#ECB0B9

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

Shades of Blossom #ECB0B9

Tints of Blossom #ECB0B9

Color information

#ECB0B9 (or 0xECB0B9) is unknown color: approx Blossom. HEX triplet: EC, B0 and B9. RGB value is (236,176,185). Sum of RGB (Red+Green+Blue) = 236+176+185=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0B9 is #134F46. Grayscale: #C2C2C2. Windows color (decimal): -1265479 or 12169452. OLE color: 12169452.

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

Color convert

RGB236176185-
CMYK00.250.220.07
HSL351º61.22%80.78%-
HSV(B)351º25.42%92.55%-
XYZ58.8752.3952.91-
YUV194.97122.38157.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.53%
GREEN value IS 176 (69.14% from 255) = 29.48%
BLUE value IS 185 (72.66% from 255) = 30.99%
R=39.53%
G=29.48%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617618500.250.220.0735161.2280.78
HexECB0B901916715f3d51
Octal35426027103126753775121
Binary111011001011000010111001011001101101111010111111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB0B9; }

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

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

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

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

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

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

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

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