Html Css Color HEX #ECB0BB Blossom

📋 copy color: '#ECB0BB'

red 236 ◦ green 176 ◦ blue 187

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

Shades of Blossom #ECB0BB

Tints of Blossom #ECB0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.22%

R = 39.4%
G = 29.38%
B = 31.22%

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

#ECB0BB (or 0xECB0BB) is known color: Blossom. HEX triplet: EC, B0 and BB. RGB value is (236,176,187). Sum of RGB (Red+Green+Blue) = 236+176+187=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0BB is #134F44. Grayscale: #C3C3C3. Windows color (decimal): -1265477 or 12300524. OLE color: 12300524.

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

Color convert

RGB 236 176 187 -
CMYK 0 0.25 0.21 0.07
HSL 349º 0.61% 0.81% -
HSV(B) 349º 0.25% 0.93% -
XYZ 59.09 52.47 54.03 -
YUV 195.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 236 176 187 0 0.25 0.21 0.07 349 0.61 0.81
Hex EC B0 BB 0 19 15 7 15D 3D 51
Octal 354 260 273 0 31 25 7 535 75 121
Binary 11101100 10110000 10111011 0 11001 10101 111 101011101 111101 1010001

Color Harmonies of #ECB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0BB

Black with #ECB0BB

Text Example


Text Example

White with #ECB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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