#EAB4B8

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

Shades of Blossom #EAB4B8

Tints of Blossom #EAB4B8

Color information

#EAB4B8 (or 0xEAB4B8) is unknown color: approx Blossom. HEX triplet: EA, B4 and B8. RGB value is (234,180,184). Sum of RGB (Red+Green+Blue) = 234+180+184=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 184 (72.27% from 255 or 30.77% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4B8 is #154B47. Grayscale: #C4C4C4. Windows color (decimal): -1395528 or 12104938. OLE color: 12104938.

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

Color convert

RGB234180184-
CMYK00.230.210.08
HSL355.56º56.25%81.18%-
HSV(B)355.56º23.08%91.76%-
XYZ58.953.652.59-
YUV196.6120.89154.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.13%
GREEN value IS 180 (70.70% from 255) = 30.10%
BLUE value IS 184 (72.27% from 255) = 30.77%
R=39.13%
G=30.10%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418018400.230.210.08355.5656.2581.18
HexEAB4B80171581643851
Octal352264270027251054470121
Binary1110101010110100101110000101111010110001011001001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB4B8; }

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

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

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

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

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

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

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

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