#EEB7B6

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

Shades of Beauty Bush #EEB7B6

Tints of Beauty Bush #EEB7B6

Color information

#EEB7B6 (or 0xEEB7B6) is unknown color: approx Beauty Bush. HEX triplet: EE, B7 and B6. RGB value is (238,183,182). Sum of RGB (Red+Green+Blue) = 238+183+182=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 183 (71.88% from 255 or 30.35% from 603); Blue value is 182 (71.48% from 255 or 30.18% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB7B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB7B6 is #114849. Grayscale: #C7C7C7. Windows color (decimal): -1132618 or 11974638. OLE color: 11974638.

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

Color convert

RGB238183182-
CMYK00.230.240.07
HSL1.07º62.22%82.35%-
HSV(B)1.07º23.53%93.33%-
XYZ60.6455.4251.76-
YUV199.33118.22155.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.47%
GREEN value IS 183 (71.88% from 255) = 30.35%
BLUE value IS 182 (71.48% from 255) = 30.18%
R=39.47%
G=30.35%
B=30.18%

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
Decimal23818318200.230.240.071.0762.2282.35
HexEEB7B601718713e52
Octal356267266027307176122
Binary1110111010110111101101100101111100011111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB7B6; }

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

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

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

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

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

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

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

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