#EAB2B5

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

Shades of Blossom #EAB2B5

Tints of Blossom #EAB2B5

Color information

#EAB2B5 (or 0xEAB2B5) is unknown color: approx Blossom. HEX triplet: EA, B2 and B5. RGB value is (234,178,181). Sum of RGB (Red+Green+Blue) = 234+178+181=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2B5 is #154D4A. Grayscale: #C3C3C3. Windows color (decimal): -1396043 or 11907818. OLE color: 11907818.

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

Color convert

RGB234178181-
CMYK00.240.230.08
HSL356.79º57.14%80.78%-
HSV(B)356.79º23.93%91.76%-
XYZ58.1952.6750.82-
YUV195.09120.05155.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 178 (69.92% from 255) = 30.02%
BLUE value IS 181 (71.09% from 255) = 30.52%
R=39.46%
G=30.02%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417818100.240.230.08356.7957.1480.78
HexEAB2B50181781653951
Octal352262265030271054571121
Binary1110101010110010101101010110001011110001011001011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB2B5; }

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

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

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

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

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

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

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

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