#EAB2BA

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

Shades of Blossom #EAB2BA

Tints of Blossom #EAB2BA

Color information

#EAB2BA (or 0xEAB2BA) is unknown color: approx Blossom. HEX triplet: EA, B2 and BA. RGB value is (234,178,186). Sum of RGB (Red+Green+Blue) = 234+178+186=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2BA is #154D45. Grayscale: #C3C3C3. Windows color (decimal): -1396038 or 12235498. OLE color: 12235498.

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

Color convert

RGB234178186-
CMYK00.240.210.08
HSL351.43º57.14%80.78%-
HSV(B)351.43º23.93%91.76%-
XYZ58.7252.8853.57-
YUV195.66122.55155.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.13%
GREEN value IS 178 (69.92% from 255) = 29.77%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=39.13%
G=29.77%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417818600.240.210.08351.4357.1480.78
HexEAB2BA01815815f3951
Octal352262272030251053771121
Binary1110101010110010101110100110001010110001010111111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB2BA; }

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

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

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

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

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

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

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

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