Html Css Color HEX #ECCAE1 Classic Rose

📋 copy color: '#ECCAE1'

red 236 ◦ green 202 ◦ blue 225

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

Shades of Classic Rose #ECCAE1

Tints of Classic Rose #ECCAE1

RGB

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

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

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

R = 35.6%
G = 30.47%
B = 33.94%

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

#ECCAE1 (or 0xECCAE1) is known color: Classic Rose. HEX triplet: EC, CA and E1. RGB value is (236,202,225). Sum of RGB (Red+Green+Blue) = 236+202+225=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAE1 is #13351E. Grayscale: #D6D6D6. Windows color (decimal): -1258783 or 14797548. OLE color: 14797548.

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

Color convert

RGB 236 202 225 -
CMYK 0 0.14 0.05 0.07
HSL 319.41º 0.47% 0.86% -
HSV(B) 319.41º 0.14% 0.93% -
XYZ 69.3 65.51 80.23 -
YUV 214.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 236 202 225 0 0.14 0.05 0.07 319.41 0.47 0.86
Hex EC CA E1 0 E 5 7 13F 2F 56
Octal 354 312 341 0 16 5 7 477 57 126
Binary 11101100 11001010 11100001 0 1110 101 111 100111111 101111 1010110

Color Harmonies of #ECCAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCAE1

Black with #ECCAE1

Text Example


Text Example

White with #ECCAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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