#EAAAB6

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

Shades of Blossom #EAAAB6

Tints of Blossom #EAAAB6

Color information

#EAAAB6 (or 0xEAAAB6) is unknown color: approx Blossom. HEX triplet: EA, AA and B6. RGB value is (234,170,182). Sum of RGB (Red+Green+Blue) = 234+170+182=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAB6 is #155549. Grayscale: #BEBEBE. Windows color (decimal): -1398090 or 11971306. OLE color: 11971306.

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

Color convert

RGB234170182-
CMYK00.270.220.08
HSL348.75º60.38%79.22%-
HSV(B)348.75º27.35%91.76%-
XYZ56.7549.6250.84-
YUV190.5123.2159.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.93%
GREEN value IS 170 (66.80% from 255) = 29.01%
BLUE value IS 182 (71.48% from 255) = 31.06%
R=39.93%
G=29.01%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417018200.270.220.08348.7560.3879.22
HexEAAAB601B16815d3c4f
Octal352252266033261053574117
Binary1110101010101010101101100110111011010001010111011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAB6; }

 p { color: rgb(234,170,182); }

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

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

 a { background-color: rgb(234,170,182); }

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

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

 span { border-color: rgb(234,170,182); }

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