#EAB3BC

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

Shades of Blossom #EAB3BC

Tints of Blossom #EAB3BC

Color information

#EAB3BC (or 0xEAB3BC) is unknown color: approx Blossom. HEX triplet: EA, B3 and BC. RGB value is (234,179,188). Sum of RGB (Red+Green+Blue) = 234+179+188=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3BC is #154C43. Grayscale: #C4C4C4. Windows color (decimal): -1395780 or 12366826. OLE color: 12366826.

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

Color convert

RGB234179188-
CMYK00.240.200.08
HSL350.18º56.7%80.98%-
HSV(B)350.18º23.5%91.76%-
XYZ59.1353.3654.76-
YUV196.47123.22154.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 179 (70.31% from 255) = 29.78%
BLUE value IS 188 (73.83% from 255) = 31.28%
R=38.94%
G=29.78%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417918800.240.200.08350.1856.780.98
HexEAB3BC01814815e3951
Octal352263274030241053671121
Binary1110101010110011101111000110001010010001010111101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB3BC; }

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

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

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

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

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

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

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

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