#EABABC

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

Shades of Blossom #EABABC

Tints of Blossom #EABABC

Color information

#EABABC (or 0xEABABC) is unknown color: approx Blossom. HEX triplet: EA, BA and BC. RGB value is (234,186,188). Sum of RGB (Red+Green+Blue) = 234+186+188=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EABABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABABC is #154543. Grayscale: #C8C8C8. Windows color (decimal): -1393988 or 12368618. OLE color: 12368618.

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

Color convert

RGB234186188-
CMYK00.210.200.08
HSL357.5º53.33%82.35%-
HSV(B)357.5º20.51%91.76%-
XYZ60.5756.2455.24-
YUV200.58120.9151.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.49%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 188 (73.83% from 255) = 30.92%
R=38.49%
G=30.59%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418618800.210.200.08357.553.3382.35
HexEABABC0151481663552
Octal352272274025241054665122
Binary1110101010111010101111000101011010010001011001101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABABC; }

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

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

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

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

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

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

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

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