#EF8DB0

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

Shades of Illusion #EF8DB0

Tints of Illusion #EF8DB0

Color information

#EF8DB0 (or 0xEF8DB0) is unknown color: approx Illusion. HEX triplet: EF, 8D and B0. RGB value is (239,141,176). Sum of RGB (Red+Green+Blue) = 239+141+176=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8DB0 is #10724F. Grayscale: #AEAEAE. Windows color (decimal): -1077840 or 11570671. OLE color: 11570671.

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

Color convert

RGB239141176-
CMYK00.410.260.06
HSL338.57º75.38%74.51%-
HSV(B)338.57º41%93.73%-
XYZ52.9640.5446.11-
YUV174.29128.97174.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.99%
GREEN value IS 141 (55.47% from 255) = 25.36%
BLUE value IS 176 (69.14% from 255) = 31.65%
R=42.99%
G=25.36%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914117600.410.260.06338.5775.3874.51
HexEF8DB00291A61534b4b
Octal357215260051326523113113
Binary11101111100011011011000001010011101011010101001110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8DB0; }

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

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

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

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

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

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

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

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