#EAAFB7

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

Shades of Blossom #EAAFB7

Tints of Blossom #EAAFB7

Color information

#EAAFB7 (or 0xEAAFB7) is unknown color: approx Blossom. HEX triplet: EA, AF and B7. RGB value is (234,175,183). Sum of RGB (Red+Green+Blue) = 234+175+183=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 183 (71.88% from 255 or 30.91% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFB7 is #155048. Grayscale: #C1C1C1. Windows color (decimal): -1396809 or 12038122. OLE color: 12038122.

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

Color convert

RGB234175183-
CMYK00.250.220.08
HSL351.86º58.42%80.2%-
HSV(B)351.86º25.21%91.76%-
XYZ57.8151.5751.71-
YUV193.55122.05156.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.53%
GREEN value IS 175 (68.75% from 255) = 29.56%
BLUE value IS 183 (71.88% from 255) = 30.91%
R=39.53%
G=29.56%
B=30.91%

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
Decimal23417518300.250.220.08351.8658.4280.2
HexEAAFB70191681603a50
Octal352257267031261054072120
Binary1110101010101111101101110110011011010001011000001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFB7; }

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

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

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

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

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

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

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

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