Html Css Color HEX #ECB0BA Blossom

📋 copy color: '#ECB0BA'

red 236 ◦ green 176 ◦ blue 186

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

Shades of Blossom #ECB0BA

Tints of Blossom #ECB0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.43%

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

R = 39.46%
G = 29.43%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ECB0BA (or 0xECB0BA) is known color: Blossom. HEX triplet: EC, B0 and BA. RGB value is (236,176,186). Sum of RGB (Red+Green+Blue) = 236+176+186=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0BA is #134F45. Grayscale: #C3C3C3. Windows color (decimal): -1265478 or 12234988. OLE color: 12234988.

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

Color convert

RGB 236 176 186 -
CMYK 0 0.25 0.21 0.07
HSL 350º 0.61% 0.81% -
HSV(B) 350º 0.25% 0.93% -
XYZ 58.98 52.43 53.47 -
YUV 195.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 236 176 186 0 0.25 0.21 0.07 350 0.61 0.81
Hex EC B0 BA 0 19 15 7 15E 3D 51
Octal 354 260 272 0 31 25 7 536 75 121
Binary 11101100 10110000 10111010 0 11001 10101 111 101011110 111101 1010001

Color Harmonies of #ECB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0BA

Black with #ECB0BA

Text Example


Text Example

White with #ECB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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