#EAB6B7

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

Shades of Blossom #EAB6B7

Tints of Blossom #EAB6B7

Color information

#EAB6B7 (or 0xEAB6B7) is unknown color: approx Blossom. HEX triplet: EA, B6 and B7. RGB value is (234,182,183). Sum of RGB (Red+Green+Blue) = 234+182+183=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 182 (71.48% from 255 or 30.38% from 599); Blue value is 183 (71.88% from 255 or 30.55% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6B7 is #154948. Grayscale: #C5C5C5. Windows color (decimal): -1395017 or 12039914. OLE color: 12039914.

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

Color convert

RGB234182183-
CMYK00.220.220.08
HSL358.85º55.32%81.57%-
HSV(B)358.85º22.22%91.76%-
XYZ59.2154.3752.17-
YUV197.66119.73153.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 182 (71.48% from 255) = 30.38%
BLUE value IS 183 (71.88% from 255) = 30.55%
R=39.07%
G=30.38%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418218300.220.220.08358.8555.3281.57
HexEAB6B70161681673752
Octal352266267026261054767122
Binary1110101010110110101101110101101011010001011001111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB6B7; }

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

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

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

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

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

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

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

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