#ECB1B2

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

Shades of Blossom #ECB1B2

Tints of Blossom #ECB1B2

Color information

#ECB1B2 (or 0xECB1B2) is unknown color: approx Blossom. HEX triplet: EC, B1 and B2. RGB value is (236,177,178). Sum of RGB (Red+Green+Blue) = 236+177+178=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB1B2 is #134E4D. Grayscale: #C2C2C2. Windows color (decimal): -1265230 or 11710956. OLE color: 11710956.

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

Color convert

RGB236177178-
CMYK00.250.250.07
HSL358.98º60.82%80.98%-
HSV(B)358.98º25%92.55%-
XYZ58.3552.4949.18-
YUV194.76118.55157.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.93%
GREEN value IS 177 (69.53% from 255) = 29.95%
BLUE value IS 178 (69.92% from 255) = 30.12%
R=39.93%
G=29.95%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617717800.250.250.07358.9860.8280.98
HexECB1B20191971673d51
Octal35426126203131754775121
Binary111011001011000110110010011001110011111011001111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1B2; }

 p { color: rgb(236,177,178); }

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

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

 a { background-color: rgb(236,177,178); }

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

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

 span { border-color: rgb(236,177,178); }

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