#ECBAD4

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

Shades of Classic Rose #ECBAD4

Tints of Classic Rose #ECBAD4

Color information

#ECBAD4 (or 0xECBAD4) is unknown color: approx Classic Rose. HEX triplet: EC, BA and D4. RGB value is (236,186,212). Sum of RGB (Red+Green+Blue) = 236+186+212=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBAD4 is #13452B. Grayscale: #CBCBCB. Windows color (decimal): -1262892 or 13941484. OLE color: 13941484.

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

Color convert

RGB236186212-
CMYK00.210.100.07
HSL328.8º56.82%82.75%-
HSV(B)328.8º21.19%92.55%-
XYZ64.0357.770.05-
YUV203.91132.56150.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.22%
GREEN value IS 186 (73.05% from 255) = 29.34%
BLUE value IS 212 (83.20% from 255) = 33.44%
R=37.22%
G=29.34%
B=33.44%

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
Decimal23618621200.210.100.07328.856.8282.75
HexECBAD4015A71493953
Octal35427232402512751171123
Binary11101100101110101101010001010110101111010010011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAD4; }

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

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

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

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

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

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

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

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