#EAB3B6

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

Shades of Blossom #EAB3B6

Tints of Blossom #EAB3B6

Color information

#EAB3B6 (or 0xEAB3B6) is unknown color: approx Blossom. HEX triplet: EA, B3 and B6. RGB value is (234,179,182). Sum of RGB (Red+Green+Blue) = 234+179+182=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 179 (70.31% from 255 or 30.08% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3B6 is #154C49. Grayscale: #C3C3C3. Windows color (decimal): -1395786 or 11973610. OLE color: 11973610.

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

Color convert

RGB234179182-
CMYK00.240.220.08
HSL356.73º56.7%80.98%-
HSV(B)356.73º23.5%91.76%-
XYZ58.553.1151.42-
YUV195.79120.22155.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 179 (70.31% from 255) = 30.08%
BLUE value IS 182 (71.48% from 255) = 30.59%
R=39.33%
G=30.08%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417918200.240.220.08356.7356.780.98
HexEAB3B60181681653951
Octal352263266030261054571121
Binary1110101010110011101101100110001011010001011001011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB3B6; }

 p { color: rgb(234,179,182); }

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

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

 a { background-color: rgb(234,179,182); }

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

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

 span { border-color: rgb(234,179,182); }

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