#EAAFB8

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

Shades of Blossom #EAAFB8

Tints of Blossom #EAAFB8

Color information

#EAAFB8 (or 0xEAAFB8) is unknown color: approx Blossom. HEX triplet: EA, AF and B8. RGB value is (234,175,184). Sum of RGB (Red+Green+Blue) = 234+175+184=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFB8 is #155047. Grayscale: #C1C1C1. Windows color (decimal): -1396808 or 12103658. OLE color: 12103658.

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

Color convert

RGB234175184-
CMYK00.250.210.08
HSL350.85º58.42%80.2%-
HSV(B)350.85º25.21%91.76%-
XYZ57.9151.6152.26-
YUV193.67122.55156.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 175 (68.75% from 255) = 29.51%
BLUE value IS 184 (72.27% from 255) = 31.03%
R=39.46%
G=29.51%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417518400.250.210.08350.8558.4280.2
HexEAAFB801915815f3a50
Octal352257270031251053772120
Binary1110101010101111101110000110011010110001010111111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFB8; }

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

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

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

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

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

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

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

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