Html Css Color HEX #EFCAE5 Classic Rose

📋 copy color: '#EFCAE5'

red 239 ◦ green 202 ◦ blue 229

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

Shades of Classic Rose #EFCAE5

Tints of Classic Rose #EFCAE5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.15%

 BLUE value IS 229 (89.84% from 255) = 34.18%

R = 35.67%
G = 30.15%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFCAE5 (or 0xEFCAE5) is known color: Classic Rose. HEX triplet: EF, CA and E5. RGB value is (239,202,229). Sum of RGB (Red+Green+Blue) = 239+202+229=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAE5 is #10351A. Grayscale: #D8D8D8. Windows color (decimal): -1062171 or 15059695. OLE color: 15059695.

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

Color convert

RGB 239 202 229 -
CMYK 0 0.15 0.04 0.06
HSL 316.22º 0.54% 0.86% -
HSV(B) 316.22º 0.15% 0.94% -
XYZ 70.86 66.25 83.18 -
YUV 216.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 239 202 229 0 0.15 0.04 0.06 316.22 0.54 0.86
Hex EF CA E5 0 F 4 6 13C 36 56
Octal 357 312 345 0 17 4 6 474 66 126
Binary 11101111 11001010 11100101 0 1111 100 110 100111100 110110 1010110

Color Harmonies of #EFCAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAE5

Black with #EFCAE5

Text Example


Text Example

White with #EFCAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAE5; }

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

 H1.HeaderClassName
 {
   color: #EFCAE5;
 }
 .AnyTagClassName
 {
   color: #EFCAE5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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