#EAB6B4

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

Shades of Beauty Bush #EAB6B4

Tints of Beauty Bush #EAB6B4

Color information

#EAB6B4 (or 0xEAB6B4) is unknown color: approx Beauty Bush. HEX triplet: EA, B6 and B4. RGB value is (234,182,180). Sum of RGB (Red+Green+Blue) = 234+182+180=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 180 (70.70% from 255 or 30.20% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6B4 is #15494B. Grayscale: #C5C5C5. Windows color (decimal): -1395020 or 11843306. OLE color: 11843306.

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

Color convert

RGB234182180-
CMYK00.220.230.08
HSL2.22º56.25%81.18%-
HSV(B)2.22º23.08%91.76%-
XYZ58.954.2450.55-
YUV197.32118.23154.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.26%
GREEN value IS 182 (71.48% from 255) = 30.54%
BLUE value IS 180 (70.70% from 255) = 30.20%
R=39.26%
G=30.54%
B=30.20%

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
Decimal23418218000.220.230.082.2256.2581.18
HexEAB6B401617823851
Octal3522662640262710270121
Binary111010101011011010110100010110101111000101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB6B4; }

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

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

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

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

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

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

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

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