#EAB4B5

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

Shades of Blossom #EAB4B5

Tints of Blossom #EAB4B5

Color information

#EAB4B5 (or 0xEAB4B5) is unknown color: approx Blossom. HEX triplet: EA, B4 and B5. RGB value is (234,180,181). Sum of RGB (Red+Green+Blue) = 234+180+181=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4B5 is #154B4A. Grayscale: #C4C4C4. Windows color (decimal): -1395531 or 11908330. OLE color: 11908330.

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

Color convert

RGB234180181-
CMYK00.230.230.08
HSL358.89º56.25%81.18%-
HSV(B)358.89º23.08%91.76%-
XYZ58.5953.4750.95-
YUV196.26119.39154.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 180 (70.70% from 255) = 30.25%
BLUE value IS 181 (71.09% from 255) = 30.42%
R=39.33%
G=30.25%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418018100.230.230.08358.8956.2581.18
HexEAB4B50171781673851
Octal352264265027271054770121
Binary1110101010110100101101010101111011110001011001111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB4B5; }

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

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

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

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

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

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

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

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