#EAAFB5

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

Shades of Blossom #EAAFB5

Tints of Blossom #EAAFB5

Color information

#EAAFB5 (or 0xEAAFB5) is unknown color: approx Blossom. HEX triplet: EA, AF and B5. RGB value is (234,175,181). Sum of RGB (Red+Green+Blue) = 234+175+181=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFB5 is #15504A. Grayscale: #C1C1C1. Windows color (decimal): -1396811 or 11907050. OLE color: 11907050.

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

Color convert

RGB234175181-
CMYK00.250.230.08
HSL353.9º58.42%80.2%-
HSV(B)353.9º25.21%91.76%-
XYZ57.651.4950.62-
YUV193.32121.05157.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 181 (71.09% from 255) = 30.68%
R=39.66%
G=29.66%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417518100.250.230.08353.958.4280.2
HexEAAFB50191781623a50
Octal352257265031271054272120
Binary1110101010101111101101010110011011110001011000101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFB5; }

 p { color: rgb(234,175,181); }

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

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

 a { background-color: rgb(234,175,181); }

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

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

 span { border-color: rgb(234,175,181); }

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