Html Css Color HEX #ECC0D5 Classic Rose

📋 copy color: '#ECC0D5'

red 236 ◦ green 192 ◦ blue 213

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

Shades of Classic Rose #ECC0D5

Tints of Classic Rose #ECC0D5

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.95%

 BLUE value IS 213 (83.59% from 255) = 33.23%

R = 36.82%
G = 29.95%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ECC0D5 (or 0xECC0D5) is known color: Classic Rose. HEX triplet: EC, C0 and D5. RGB value is (236,192,213). Sum of RGB (Red+Green+Blue) = 236+192+213=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 192 (75.39% from 255 or 29.95% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0D5 is #133F2A. Grayscale: #CFCFCF. Windows color (decimal): -1261355 or 14008556. OLE color: 14008556.

HSL color Cylindrical-coordinate representation of color #ECC0D5: hue angle of 331.36º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC0D5 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 192 213 -
CMYK 0 0.19 0.10 0.07
HSL 331.36º 0.54% 0.84% -
HSV(B) 331.36º 0.19% 0.93% -
XYZ 65.45 60.34 71.15 -
YUV 207.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 236 192 213 0 0.19 0.10 0.07 331.36 0.54 0.84
Hex EC C0 D5 0 13 A 7 14B 36 54
Octal 354 300 325 0 23 12 7 513 66 124
Binary 11101100 11000000 11010101 0 10011 1010 111 101001011 110110 1010100

Color Harmonies of #ECC0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC0D5

Black with #ECC0D5

Text Example


Text Example

White with #ECC0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC0D5; }

 p { color: rgb(236,192,213); }

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

background-color css

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

 a { background-color: rgb(236,192,213); }

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

border-color css

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

 span { border-color: rgb(236,192,213); }

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