Html Css Color HEX #ECBAD4 Classic Rose

📋 copy color: '#ECBAD4'

red 236 ◦ green 186 ◦ blue 212

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

Shades of Classic Rose #ECBAD4

Tints of Classic Rose #ECBAD4

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.2% from 255) = 33.44%

R = 37.22%
G = 29.34%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ECBAD4 (or 0xECBAD4) is known color: 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

RGB 236 186 212 -
CMYK 0 0.21 0.10 0.07
HSL 328.8º 0.57% 0.83% -
HSV(B) 328.8º 0.21% 0.93% -
XYZ 64.03 57.7 70.05 -
YUV 203.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 236 186 212 0 0.21 0.10 0.07 328.8 0.57 0.83
Hex EC BA D4 0 15 A 7 149 39 53
Octal 354 272 324 0 25 12 7 511 71 123
Binary 11101100 10111010 11010100 0 10101 1010 111 101001001 111001 1010011

Color Harmonies of #ECBAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBAD4

Black with #ECBAD4

Text Example


Text Example

White with #ECBAD4

Text Example


Text Example

HTML Codes & Css Web 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>