Html Css Color HEX #ECC6E0 Classic Rose

📋 copy color: '#ECC6E0'

red 236 ◦ green 198 ◦ blue 224

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

Shades of Classic Rose #ECC6E0

Tints of Classic Rose #ECC6E0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.09%

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

R = 35.87%
G = 30.09%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ECC6E0 (or 0xECC6E0) is known color: Classic Rose. HEX triplet: EC, C6 and E0. RGB value is (236,198,224). Sum of RGB (Red+Green+Blue) = 236+198+224=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 198 (77.73% from 255 or 30.09% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6E0 is #13391F. Grayscale: #D4D4D4. Windows color (decimal): -1259808 or 14730988. OLE color: 14730988.

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

Color convert

RGB 236 198 224 -
CMYK 0 0.16 0.05 0.07
HSL 318.95º 0.5% 0.85% -
HSV(B) 318.95º 0.16% 0.93% -
XYZ 68.24 63.6 79.2 -
YUV 212.33 134.59 144.89 -
System Red Green Blue C M Y K H S L
Decimal 236 198 224 0 0.16 0.05 0.07 318.95 0.5 0.85
Hex EC C6 E0 0 10 5 7 13F 32 55
Octal 354 306 340 0 20 5 7 477 62 125
Binary 11101100 11000110 11100000 0 10000 101 111 100111111 110010 1010101

Color Harmonies of #ECC6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC6E0

Black with #ECC6E0

Text Example


Text Example

White with #ECC6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC6E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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