#EAB8BB

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

Shades of Blossom #EAB8BB

Tints of Blossom #EAB8BB

Color information

#EAB8BB (or 0xEAB8BB) is unknown color: approx Blossom. HEX triplet: EA, B8 and BB. RGB value is (234,184,187). Sum of RGB (Red+Green+Blue) = 234+184+187=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB8BB is #154744. Grayscale: #C7C7C7. Windows color (decimal): -1394501 or 12302570. OLE color: 12302570.

HSL color Cylindrical-coordinate representation of color #EAB8BB: hue angle of 356.4º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAB8BB is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234184187-
CMYK00.210.200.08
HSL356.4º54.35%81.96%-
HSV(B)356.4º21.37%91.76%-
XYZ60.0455.3654.53-
YUV199.29121.06152.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 184 (72.27% from 255) = 30.41%
BLUE value IS 187 (73.44% from 255) = 30.91%
R=38.68%
G=30.41%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418418700.210.200.08356.454.3581.96
HexEAB8BB0151481643652
Octal352270273025241054466122
Binary1110101010111000101110110101011010010001011001001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB8BB; }

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

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

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

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

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

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

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

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