#EAACB3

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

Shades of Blossom #EAACB3

Tints of Blossom #EAACB3

Color information

#EAACB3 (or 0xEAACB3) is unknown color: approx Blossom. HEX triplet: EA, AC and B3. RGB value is (234,172,179). Sum of RGB (Red+Green+Blue) = 234+172+179=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACB3 is #15534C. Grayscale: #BFBFBF. Windows color (decimal): -1397581 or 11775210. OLE color: 11775210.

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

Color convert

RGB234172179-
CMYK00.260.240.08
HSL353.23º59.62%79.61%-
HSV(B)353.23º26.5%91.76%-
XYZ56.8250.2549.35-
YUV191.34121.04158.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 179 (70.31% from 255) = 30.60%
R=40%
G=29.40%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417217900.260.240.08353.2359.6279.61
HexEAACB301A1881613c50
Octal352254263032301054174120
Binary1110101010101100101100110110101100010001011000011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACB3; }

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

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

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

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

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

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

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

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