#ECAEB2

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

Shades of Blossom #ECAEB2

Tints of Blossom #ECAEB2

Color information

#ECAEB2 (or 0xECAEB2) is unknown color: approx Blossom. HEX triplet: EC, AE and B2. RGB value is (236,174,178). Sum of RGB (Red+Green+Blue) = 236+174+178=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAEB2 is #13514D. Grayscale: #C1C1C1. Windows color (decimal): -1265998 or 11710188. OLE color: 11710188.

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

Color convert

RGB236174178-
CMYK00.260.250.07
HSL356.13º62%80.39%-
HSV(B)356.13º26.27%92.55%-
XYZ57.7651.3248.98-
YUV192.99119.54158.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.14%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 178 (69.92% from 255) = 30.27%
R=40.14%
G=29.59%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617417800.260.250.07356.136280.39
HexECAEB201A1971643e50
Octal35425626203231754476120
Binary111011001010111010110010011010110011111011001001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAEB2; }

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

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

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

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

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

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

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

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