#EEB8B6

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

Shades of Beauty Bush #EEB8B6

Tints of Beauty Bush #EEB8B6

Color information

#EEB8B6 (or 0xEEB8B6) is unknown color: approx Beauty Bush. HEX triplet: EE, B8 and B6. RGB value is (238,184,182). Sum of RGB (Red+Green+Blue) = 238+184+182=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB8B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB8B6 is #114749. Grayscale: #C7C7C7. Windows color (decimal): -1132362 or 11974894. OLE color: 11974894.

HSL color Cylindrical-coordinate representation of color #EEB8B6: hue angle of 2.14º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB8B6 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB238184182-
CMYK00.230.240.07
HSL2.14º62.22%82.35%-
HSV(B)2.14º23.53%93.33%-
XYZ60.8455.8451.83-
YUV199.92117.89155.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.40%
GREEN value IS 184 (72.27% from 255) = 30.46%
BLUE value IS 182 (71.48% from 255) = 30.13%
R=39.40%
G=30.46%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818418200.230.240.072.1462.2282.35
HexEEB8B601718723e52
Octal356270266027307276122
Binary11101110101110001011011001011111000111101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB8B6; }

 p { color: rgb(238,184,182); }

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

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

 a { background-color: rgb(238,184,182); }

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

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

 span { border-color: rgb(238,184,182); }

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