Html Css Color HEX #ECCAE0 Classic Rose

📋 copy color: '#ECCAE0'

red 236 ◦ green 202 ◦ blue 224

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

Shades of Classic Rose #ECCAE0

Tints of Classic Rose #ECCAE0

RGB

 RED value IS 236 (92.58% from 255) = 35.65%

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

 BLUE value IS 224 (87.89% from 255) = 33.84%

R = 35.65%
G = 30.51%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ECCAE0 (or 0xECCAE0) is known color: Classic Rose. HEX triplet: EC, CA and E0. RGB value is (236,202,224). Sum of RGB (Red+Green+Blue) = 236+202+224=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAE0 is #13351F. Grayscale: #D6D6D6. Windows color (decimal): -1258784 or 14732012. OLE color: 14732012.

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

Color convert

RGB 236 202 224 -
CMYK 0 0.14 0.05 0.07
HSL 321.18º 0.47% 0.86% -
HSV(B) 321.18º 0.14% 0.93% -
XYZ 69.17 65.46 79.51 -
YUV 214.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 236 202 224 0 0.14 0.05 0.07 321.18 0.47 0.86
Hex EC CA E0 0 E 5 7 141 2F 56
Octal 354 312 340 0 16 5 7 501 57 126
Binary 11101100 11001010 11100000 0 1110 101 111 101000001 101111 1010110

Color Harmonies of #ECCAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCAE0

Black with #ECCAE0

Text Example


Text Example

White with #ECCAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCAE0; }

 p { color: rgb(236,202,224); }

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

background-color css

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

 a { background-color: rgb(236,202,224); }

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

border-color css

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

 span { border-color: rgb(236,202,224); }

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