Html Css Color HEX #EECAE1 Classic Rose

📋 copy color: '#EECAE1'

red 238 ◦ green 202 ◦ blue 225

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

Shades of Classic Rose #EECAE1

Tints of Classic Rose #EECAE1

RGB

 RED value IS 238 (93.36% from 255) = 35.79%

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

 BLUE value IS 225 (88.28% from 255) = 33.83%

R = 35.79%
G = 30.38%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EECAE1 (or 0xEECAE1) is known color: Classic Rose. HEX triplet: EE, CA and E1. RGB value is (238,202,225). Sum of RGB (Red+Green+Blue) = 238+202+225=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAE1 is #11351E. Grayscale: #D7D7D7. Windows color (decimal): -1127711 or 14797550. OLE color: 14797550.

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

Color convert

RGB 238 202 225 -
CMYK 0 0.15 0.05 0.07
HSL 321.67º 0.51% 0.86% -
HSV(B) 321.67º 0.15% 0.93% -
XYZ 69.97 65.85 80.26 -
YUV 215.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 238 202 225 0 0.15 0.05 0.07 321.67 0.51 0.86
Hex EE CA E1 0 F 5 7 142 33 56
Octal 356 312 341 0 17 5 7 502 63 126
Binary 11101110 11001010 11100001 0 1111 101 111 101000010 110011 1010110

Color Harmonies of #EECAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECAE1

Black with #EECAE1

Text Example


Text Example

White with #EECAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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