#ECACB1

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

Shades of Blossom #ECACB1

Tints of Blossom #ECACB1

Color information

#ECACB1 (or 0xECACB1) is unknown color: approx Blossom. HEX triplet: EC, AC and B1. RGB value is (236,172,177). Sum of RGB (Red+Green+Blue) = 236+172+177=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECACB1 is #13534E. Grayscale: #BFBFBF. Windows color (decimal): -1266511 or 11644140. OLE color: 11644140.

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

Color convert

RGB236172177-
CMYK00.270.250.07
HSL355.31º62.75%80%-
HSV(B)355.31º27.12%92.55%-
XYZ57.2850.5148.33-
YUV191.71119.7159.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 177 (69.53% from 255) = 30.26%
R=40.34%
G=29.40%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617217700.270.250.07355.3162.7580
HexECACB101B1971633f50
Octal35425426103331754377120
Binary111011001010110010110001011011110011111011000111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACB1; }

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

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

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

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

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

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

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

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