#ECBAD5

Color #ECBAD5 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #ECBAD5

Tints of Classic Rose #ECBAD5

Color information

#ECBAD5 (or 0xECBAD5) is unknown color: approx Classic Rose. HEX triplet: EC, BA and D5. RGB value is (236,186,213). Sum of RGB (Red+Green+Blue) = 236+186+213=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBAD5 is #13452A. Grayscale: #CBCBCB. Windows color (decimal): -1262891 or 14007020. OLE color: 14007020.

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

Color convert

RGB236186213-
CMYK00.210.100.07
HSL327.6º56.82%82.75%-
HSV(B)327.6º21.19%92.55%-
XYZ64.1657.7570.72-
YUV204.03133.06150.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.17%
GREEN value IS 186 (73.05% from 255) = 29.29%
BLUE value IS 213 (83.59% from 255) = 33.54%
R=37.17%
G=29.29%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618621300.210.100.07327.656.8282.75
HexECBAD5015A71483953
Octal35427232502512751071123
Binary11101100101110101101010101010110101111010010001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAD5; }

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

 H1.HeaderClassName
 {
   color: #ECBAD5;
 }
 .AnyTagClassName
 {
   color: #ECBAD5;
 }
</style>
background-color css

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

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

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

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

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

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