#EAB7BE

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

Shades of Blossom #EAB7BE

Tints of Blossom #EAB7BE

Color information

#EAB7BE (or 0xEAB7BE) is unknown color: approx Blossom. HEX triplet: EA, B7 and BE. RGB value is (234,183,190). Sum of RGB (Red+Green+Blue) = 234+183+190=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7BE is #154841. Grayscale: #C7C7C7. Windows color (decimal): -1394754 or 12498922. OLE color: 12498922.

HSL color Cylindrical-coordinate representation of color #EAB7BE: hue angle of 351.76º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAB7BE is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234183190-
CMYK00.220.190.08
HSL351.76º54.84%81.76%-
HSV(B)351.76º21.79%91.76%-
XYZ60.1655.0856.18-
YUV199.05122.9152.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 183 (71.88% from 255) = 30.15%
BLUE value IS 190 (74.61% from 255) = 31.30%
R=38.55%
G=30.15%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418319000.220.190.08351.7654.8481.76
HexEAB7BE0161381603752
Octal352267276026231054067122
Binary1110101010110111101111100101101001110001011000001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7BE; }

 p { color: rgb(234,183,190); }

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

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

 a { background-color: rgb(234,183,190); }

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

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

 span { border-color: rgb(234,183,190); }

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