#EAACBA

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

Shades of Blossom #EAACBA

Tints of Blossom #EAACBA

Color information

#EAACBA (or 0xEAACBA) is unknown color: approx Blossom. HEX triplet: EA, AC and BA. RGB value is (234,172,186). Sum of RGB (Red+Green+Blue) = 234+172+186=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACBA is #155345. Grayscale: #C0C0C0. Windows color (decimal): -1397574 or 12233962. OLE color: 12233962.

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

Color convert

RGB234172186-
CMYK00.260.210.08
HSL346.45º59.62%79.61%-
HSV(B)346.45º26.5%91.76%-
XYZ57.5550.5453.18-
YUV192.13124.54157.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.53%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 186 (73.05% from 255) = 31.42%
R=39.53%
G=29.05%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417218600.260.210.08346.4559.6279.61
HexEAACBA01A15815a3c50
Octal352254272032251053274120
Binary1110101010101100101110100110101010110001010110101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACBA; }

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

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

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

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

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

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

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

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