#EF8DB5

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

Shades of Illusion #EF8DB5

Tints of Illusion #EF8DB5

Color information

#EF8DB5 (or 0xEF8DB5) is unknown color: approx Illusion. HEX triplet: EF, 8D and B5. RGB value is (239,141,181). Sum of RGB (Red+Green+Blue) = 239+141+181=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DB5 is #10724A. Grayscale: #AEAEAE. Windows color (decimal): -1077835 or 11898351. OLE color: 11898351.

HSL color Cylindrical-coordinate representation of color #EF8DB5: hue angle of 335.51º 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 #EF8DB5 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB239141181-
CMYK00.410.240.06
HSL335.51º75.38%74.51%-
HSV(B)335.51º41%93.73%-
XYZ53.4640.7448.76-
YUV174.86131.47173.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.60%
GREEN value IS 141 (55.47% from 255) = 25.13%
BLUE value IS 181 (71.09% from 255) = 32.26%
R=42.60%
G=25.13%
B=32.26%

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
Decimal23914118100.410.240.06335.5175.3874.51
HexEF8DB50291861504b4b
Octal357215265051306520113113
Binary11101111100011011011010101010011100011010101000010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8DB5; }

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

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

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

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

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

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

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

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