#EAAEB7

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

Shades of Blossom #EAAEB7

Tints of Blossom #EAAEB7

Color information

#EAAEB7 (or 0xEAAEB7) is unknown color: approx Blossom. HEX triplet: EA, AE and B7. RGB value is (234,174,183). Sum of RGB (Red+Green+Blue) = 234+174+183=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEB7 is #155148. Grayscale: #C0C0C0. Windows color (decimal): -1397065 or 12037866. OLE color: 12037866.

HSL color Cylindrical-coordinate representation of color #EAAEB7: hue angle of 351º 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 #EAAEB7 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB234174183-
CMYK00.260.220.08
HSL351º58.82%80%-
HSV(B)351º25.64%91.76%-
XYZ57.6151.1851.64-
YUV192.97122.38157.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 183 (71.88% from 255) = 30.96%
R=39.59%
G=29.44%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417418300.260.220.0835158.8280
HexEAAEB701A16815f3b50
Octal352256267032261053773120
Binary1110101010101110101101110110101011010001010111111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEB7; }

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

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

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

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

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

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

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

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