#EFCAE2

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

Shades of Classic Rose #EFCAE2

Tints of Classic Rose #EFCAE2

Color information

#EFCAE2 (or 0xEFCAE2) is unknown color: approx Classic Rose. HEX triplet: EF, CA and E2. RGB value is (239,202,226). Sum of RGB (Red+Green+Blue) = 239+202+226=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAE2 is #10351D. Grayscale: #D7D7D7. Windows color (decimal): -1062174 or 14863087. OLE color: 14863087.

HSL color Cylindrical-coordinate representation of color #EFCAE2: hue angle of 321.08º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCAE2 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB239202226-
CMYK00.150.050.06
HSL321.08º53.62%86.47%-
HSV(B)321.08º15.48%93.73%-
XYZ70.4466.0880.99-
YUV215.8133.76144.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 202 (79.30% from 255) = 30.28%
BLUE value IS 226 (88.67% from 255) = 33.88%
R=35.83%
G=30.28%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920222600.150.050.06321.0853.6286.47
HexEFCAE20F561413656
Octal3573123420175650166126
Binary111011111100101011100010011111011101010000011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAE2; }

 p { color: rgb(239,202,226); }

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

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

 a { background-color: rgb(239,202,226); }

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

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

 span { border-color: rgb(239,202,226); }

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