#ECB2B5

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

Shades of Blossom #ECB2B5

Tints of Blossom #ECB2B5

Color information

#ECB2B5 (or 0xECB2B5) is unknown color: approx Blossom. HEX triplet: EC, B2 and B5. RGB value is (236,178,181). Sum of RGB (Red+Green+Blue) = 236+178+181=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2B5 is #134D4A. Grayscale: #C3C3C3. Windows color (decimal): -1264971 or 11907820. OLE color: 11907820.

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

Color convert

RGB236178181-
CMYK00.250.230.07
HSL356.9º60.42%81.18%-
HSV(B)356.9º24.58%92.55%-
XYZ58.8553.0150.85-
YUV195.68119.72156.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.66%
GREEN value IS 178 (69.92% from 255) = 29.92%
BLUE value IS 181 (71.09% from 255) = 30.42%
R=39.66%
G=29.92%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617818100.250.230.07356.960.4281.18
HexECB2B50191771653c51
Octal35426226503127754574121
Binary111011001011001010110101011001101111111011001011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB2B5; }

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

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

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

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

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

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

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

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