#EAAEB8

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

Shades of Blossom #EAAEB8

Tints of Blossom #EAAEB8

Color information

#EAAEB8 (or 0xEAAEB8) is unknown color: approx Blossom. HEX triplet: EA, AE and B8. RGB value is (234,174,184). Sum of RGB (Red+Green+Blue) = 234+174+184=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEB8 is #155147. Grayscale: #C1C1C1. Windows color (decimal): -1397064 or 12103402. OLE color: 12103402.

HSL color Cylindrical-coordinate representation of color #EAAEB8: hue angle of 350º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAEB8 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB234174184-
CMYK00.260.210.08
HSL350º58.82%80%-
HSV(B)350º25.64%91.76%-
XYZ57.7251.2352.19-
YUV193.08122.88157.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.53%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 184 (72.27% from 255) = 31.08%
R=39.53%
G=29.39%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417418400.260.210.0835058.8280
HexEAAEB801A15815e3b50
Octal352256270032251053673120
Binary1110101010101110101110000110101010110001010111101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEB8; }

 p { color: rgb(234,174,184); }

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

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

 a { background-color: rgb(234,174,184); }

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

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

 span { border-color: rgb(234,174,184); }

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