#EFCAE1

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

Shades of Classic Rose #EFCAE1

Tints of Classic Rose #EFCAE1

Color information

#EFCAE1 (or 0xEFCAE1) is unknown color: approx Classic Rose. HEX triplet: EF, CA and E1. RGB value is (239,202,225). Sum of RGB (Red+Green+Blue) = 239+202+225=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 225 (88.28% from 255 or 33.78% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAE1 is #10351E. Grayscale: #D7D7D7. Windows color (decimal): -1062175 or 14797551. OLE color: 14797551.

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

Color convert

RGB239202225-
CMYK00.150.060.06
HSL322.7º53.62%86.47%-
HSV(B)322.7º15.48%93.73%-
XYZ70.3166.0380.27-
YUV215.68133.26144.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.89%
GREEN value IS 202 (79.30% from 255) = 30.33%
BLUE value IS 225 (88.28% from 255) = 33.78%
R=35.89%
G=30.33%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920222500.150.060.06322.753.6286.47
HexEFCAE10F661433656
Octal3573123410176650366126
Binary111011111100101011100001011111101101010000111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAE1; }

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

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

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

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

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

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

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

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