Html Css Color HEX #EFCAE2 Classic Rose

📋 copy color: '#EFCAE2'

red 239 ◦ green 202 ◦ blue 226

#EFCAE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #EFCAE2

Tints of Classic Rose #EFCAE2

RGB

 RED value IS 239 (93.75% from 255) = 35.83%

 GREEN value IS 202 (79.3% 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 value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFCAE2 (or 0xEFCAE2) is known color: 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

RGB 239 202 226 -
CMYK 0 0.15 0.05 0.06
HSL 321.08º 0.54% 0.86% -
HSV(B) 321.08º 0.15% 0.94% -
XYZ 70.44 66.08 80.99 -
YUV 215.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 239 202 226 0 0.15 0.05 0.06 321.08 0.54 0.86
Hex EF CA E2 0 F 5 6 141 36 56
Octal 357 312 342 0 17 5 6 501 66 126
Binary 11101111 11001010 11100010 0 1111 101 110 101000001 110110 1010110

Color Harmonies of #EFCAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAE2

Black with #EFCAE2

Text Example


Text Example

White with #EFCAE2

Text Example


Text Example

HTML Codes & Css Web 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>