#ECA6B5

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

Shades of Blossom #ECA6B5

Tints of Blossom #ECA6B5

Color information

#ECA6B5 (or 0xECA6B5) is unknown color: approx Blossom. HEX triplet: EC, A6 and B5. RGB value is (236,166,181). Sum of RGB (Red+Green+Blue) = 236+166+181=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA6B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA6B5 is #13594A. Grayscale: #BCBCBC. Windows color (decimal): -1268043 or 11904748. OLE color: 11904748.

HSL color Cylindrical-coordinate representation of color #ECA6B5: hue angle of 347.14º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECA6B5 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB236166181-
CMYK00.300.230.07
HSL347.14º64.81%78.82%-
HSV(B)347.14º29.66%92.55%-
XYZ56.5748.4450.08-
YUV188.64123.69161.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.48%
GREEN value IS 166 (65.23% from 255) = 28.47%
BLUE value IS 181 (71.09% from 255) = 31.05%
R=40.48%
G=28.47%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616618100.300.230.07347.1464.8178.82
HexECA6B501E17715b414f
Octal354246265036277533101117
Binary1110110010100110101101010111101011111110101101110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA6B5; }

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

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

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

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

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

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

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

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