#EAAAB4

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

Shades of Blossom #EAAAB4

Tints of Blossom #EAAAB4

Color information

#EAAAB4 (or 0xEAAAB4) is unknown color: approx Blossom. HEX triplet: EA, AA and B4. RGB value is (234,170,180). Sum of RGB (Red+Green+Blue) = 234+170+180=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAB4 is #15554B. Grayscale: #BEBEBE. Windows color (decimal): -1398092 or 11840234. OLE color: 11840234.

HSL color Cylindrical-coordinate representation of color #EAAAB4: hue angle of 350.62º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAAB4 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB234170180-
CMYK00.270.230.08
HSL350.62º60.38%79.22%-
HSV(B)350.62º27.35%91.76%-
XYZ56.5449.5449.76-
YUV190.28122.2159.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.07%
GREEN value IS 170 (66.80% from 255) = 29.11%
BLUE value IS 180 (70.70% from 255) = 30.82%
R=40.07%
G=29.11%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417018000.270.230.08350.6260.3879.22
HexEAAAB401B17815f3c4f
Octal352252264033271053774117
Binary1110101010101010101101000110111011110001010111111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAB4; }

 p { color: rgb(234,170,180); }

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

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

 a { background-color: rgb(234,170,180); }

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

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

 span { border-color: rgb(234,170,180); }

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