Html Css Color HEX #ECCAE2 Classic Rose

📋 copy color: '#ECCAE2'

red 236 ◦ green 202 ◦ blue 226

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

Shades of Classic Rose #ECCAE2

Tints of Classic Rose #ECCAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.04%

R = 35.54%
G = 30.42%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#ECCAE2 (or 0xECCAE2) is known color: Classic Rose. HEX triplet: EC, CA and E2. RGB value is (236,202,226). Sum of RGB (Red+Green+Blue) = 236+202+226=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAE2 is #13351D. Grayscale: #D6D6D6. Windows color (decimal): -1258782 or 14863084. OLE color: 14863084.

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

Color convert

RGB 236 202 226 -
CMYK 0 0.14 0.04 0.07
HSL 317.65º 0.47% 0.86% -
HSV(B) 317.65º 0.14% 0.93% -
XYZ 69.44 65.56 80.95 -
YUV 214.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 236 202 226 0 0.14 0.04 0.07 317.65 0.47 0.86
Hex EC CA E2 0 E 4 7 13E 2F 56
Octal 354 312 342 0 16 4 7 476 57 126
Binary 11101100 11001010 11100010 0 1110 100 111 100111110 101111 1010110

Color Harmonies of #ECCAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCAE2

Black with #ECCAE2

Text Example


Text Example

White with #ECCAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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