#EAAFB6

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

Shades of Blossom #EAAFB6

Tints of Blossom #EAAFB6

Color information

#EAAFB6 (or 0xEAAFB6) is unknown color: approx Blossom. HEX triplet: EA, AF and B6. RGB value is (234,175,182). Sum of RGB (Red+Green+Blue) = 234+175+182=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFB6 is #155049. Grayscale: #C1C1C1. Windows color (decimal): -1396810 or 11972586. OLE color: 11972586.

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

Color convert

RGB234175182-
CMYK00.250.220.08
HSL352.88º58.42%80.2%-
HSV(B)352.88º25.21%91.76%-
XYZ57.7151.5351.16-
YUV193.44121.55156.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 182 (71.48% from 255) = 30.80%
R=39.59%
G=29.61%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417518200.250.220.08352.8858.4280.2
HexEAAFB60191681613a50
Octal352257266031261054172120
Binary1110101010101111101101100110011011010001011000011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFB6; }

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

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

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

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

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

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

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

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