#EAB6B5

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

Shades of Beauty Bush #EAB6B5

Tints of Beauty Bush #EAB6B5

Color information

#EAB6B5 (or 0xEAB6B5) is unknown color: approx Beauty Bush. HEX triplet: EA, B6 and B5. RGB value is (234,182,181). Sum of RGB (Red+Green+Blue) = 234+182+181=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 181 (71.09% from 255 or 30.32% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6B5 is #15494A. Grayscale: #C5C5C5. Windows color (decimal): -1395019 or 11908842. OLE color: 11908842.

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

Color convert

RGB234182181-
CMYK00.220.230.08
HSL1.13º55.79%81.37%-
HSV(B)1.13º22.65%91.76%-
XYZ5954.2851.08-
YUV197.43118.73154.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 182 (71.48% from 255) = 30.49%
BLUE value IS 181 (71.09% from 255) = 30.32%
R=39.20%
G=30.49%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418218100.220.230.081.1355.7981.37
HexEAB6B501617813851
Octal3522662650262710170121
Binary11101010101101101011010101011010111100011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB6B5; }

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

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

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

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

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

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

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

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