Html Css Color HEX #ECB6BA Blossom

📋 copy color: '#ECB6BA'

red 236 ◦ green 182 ◦ blue 186

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

Shades of Blossom #ECB6BA

Tints of Blossom #ECB6BA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.13%

 BLUE value IS 186 (73.05% from 255) = 30.79%

R = 39.07%
G = 30.13%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ECB6BA (or 0xECB6BA) is known color: Blossom. HEX triplet: EC, B6 and BA. RGB value is (236,182,186). Sum of RGB (Red+Green+Blue) = 236+182+186=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6BA is #134945. Grayscale: #C6C6C6. Windows color (decimal): -1263942 or 12236524. OLE color: 12236524.

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

Color convert

RGB 236 182 186 -
CMYK 0 0.23 0.21 0.07
HSL 355.56º 0.59% 0.82% -
HSV(B) 355.56º 0.23% 0.93% -
XYZ 60.18 54.83 53.87 -
YUV 198.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 236 182 186 0 0.23 0.21 0.07 355.56 0.59 0.82
Hex EC B6 BA 0 17 15 7 164 3B 52
Octal 354 266 272 0 27 25 7 544 73 122
Binary 11101100 10110110 10111010 0 10111 10101 111 101100100 111011 1010010

Color Harmonies of #ECB6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB6BA

Black with #ECB6BA

Text Example


Text Example

White with #ECB6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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