COLOR #EF6495

HEX: #EF6495
RGB: (239,100,149)

Renk bilgisi

#EF6495 contains mainly red color. #EF6495 ‘ nin web güvenlik rengi #FF6699 (ya da #F69) dir.

RGB renk modeli

#EF6495 color RGB value is (239,100,149).

  • kırmız ton 239;
  • yeşil ton 100;
  • mavi ton 149.
RGB:
(239,100,149)
(94%,39%,58%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 100 of 255 = 39%
B 149 of 255 = 58%

239
100
149

R + G + B ~ 64%. #EF6495 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 100 + 149 = 488 (100%)
R 239 of 488 ~ 48.98%
G 100 of 488 ~ 20.49%
B 149 of 488 ~ 30.53%

%48.98
%20.49
%30.53

CMYK RENK MODELİ

#EF6495 rengi CMYK tonu (0,58,38,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.16%
  • sarı tonu 37.66%
  • ana renk tonu 6.27%
CMYK:
(0,58,38,6)
C0M58Y38K6 
(0%,58%,38%,6%)
(0.00/0.58/0.38/0.06)	

CMYK yüzdeleri

%0
%58.16
%37.66
%6.27

Codes

Color #EF6495 in popluar color models

EF6495
RGB239100149
HSL339°81.29%66.47%
HSB/HSV339°58.16%93.73%
CMYK0.00%58.16%37.66%
6.27%

Color #EF6495 in popluar number systems.

HEXEF6495
Decimal239100149
Binary11101111110010010010101
Octal357144225

Shades and tints

Shades of #EF6495

#EF6495
(239,100,149)
#DA5B88
(218,91,136)
#C5527B
(197,82,123)
#B0496E
(176,73,110)
#9B4061
(155,64,97)
#863754
(134,55,84)
#712E47
(113,46,71)
#5C253A
(92,37,58)
#471C2D
(71,28,45)
#321320
(50,19,32)
#1D0A13
(29,10,19)
#000000
(0,0,0)

Tints of #EF6495

#EF6495
(239,100,149)
#F0729E
(240,114,158)
#F180A7
(241,128,167)
#F28EB0
(242,142,176)
#F39CB9
(243,156,185)
#F4AAC2
(244,170,194)
#F5B8CB
(245,184,203)
#F6C6D4
(246,198,212)
#F7D4DD
(247,212,221)
#F8E2E6
(248,226,230)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF6495 color. Also use rgb(239,100,149) instead hex code.

Text Font Color

.myTextColor { color: #EF6495; }

<p style="color:#EF6495">This sample text font color is #EF6495.</p>

This text font color is #EF6495.


Background Color

.myBgColor { background-color: #EF6495; }

<div style="background-color:#EF6495">Inner text</div>

This div background color is #EF6495.


Border color

.myBorderColor { border: 1px solid #EF6495; }

<div style="border:3px solid #EF6495">Div</div>

This div border color is #EF6495.


Opacity

.myOpacity80 { color: #EF6495; opacity: 0.8; }

<p style="color:#EF6495;opacity:0.8;">80%</p>

Text with #EF6495 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EF6495;}

<p style="text-shadow: 3px 3px 1px #EF6495">Text here.</p>

This text has shadow with #EF6495 color.

.textShadow {text-shadow: 3px 3px 1px #EF6495, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EF6495, 5px 5px 20px red">Text here.</p>

This text has shadow with #EF6495 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EF6495, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EF6495, Direction=45, Strength=4)">Text</p>

This text has shadow with #EF6495 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EF6495;
  -webkit-box-shadow:	1px 1px 3px 2px #EF6495;
  box-shadow:		1px 1px 3px 2px #EF6495;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EF6495;
-webkit-box-shadow: 1px 1px 3px 2px #EF6495;
box-shadow:1px 1px 3px 2px #EF6495;">
Div content here</div>
This div box has shadow with color #EF6495.

Preview

Color preview on black background

This text has color #EF6495 on black background.


Color preview on white background

This text has color #EF6495 on white background.



Black color preview on #EF6495 background

This text has black color on #EF6495 background.


White color preview on #EF6495 background

This text has white color on #EF6495 background.