#EF8DB6

Color #EF8DB6 Illusion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Illusion #EF8DB6

Tints of Illusion #EF8DB6

Color information

#EF8DB6 (or 0xEF8DB6) is unknown color: approx Illusion. HEX triplet: EF, 8D and B6. RGB value is (239,141,182). Sum of RGB (Red+Green+Blue) = 239+141+182=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DB6 is #107249. Grayscale: #AEAEAE. Windows color (decimal): -1077834 or 11963887. OLE color: 11963887.

HSL color Cylindrical-coordinate representation of color #EF8DB6: hue angle of 334.9º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8DB6 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB239141182-
CMYK00.410.240.06
HSL334.9º75.38%74.51%-
HSV(B)334.9º41%93.73%-
XYZ53.5640.7849.3-
YUV174.98131.97173.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 42.53%
GREEN value IS 141 (55.47% from 255) = 25.09%
BLUE value IS 182 (71.48% from 255) = 32.38%
R=42.53%
G=25.09%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914118200.410.240.06334.975.3874.51
HexEF8DB602918614f4b4b
Octal357215266051306517113113
Binary11101111100011011011011001010011100011010100111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8DB6; }

 p { color: rgb(239,141,182); }

 H1.HeaderClassName
 {
   color: #EF8DB6;
 }
 .AnyTagClassName
 {
   color: #EF8DB6;
 }
</style>
background-color css

<style>
 a { background-color: #EF8DB6; }

 a { background-color: rgb(239,141,182); }

 div.DivClassName
 {
   background-color: #EF8DB6;
 }
 .BgClassName
 {
   background-color: #EF8DB6;
 }
</style>
border-color css

<style>
 span { border-color: #EF8DB6; }

 span { border-color: rgb(239,141,182); }

 td.TdClassName
 {
   border-color: #EF8DB6;
 }
 .TagClassName
 {
   border-color: #EF8DB6;
 }
</style>