#EEBAB8

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

Shades of Beauty Bush #EEBAB8

Tints of Beauty Bush #EEBAB8

Color information

#EEBAB8 (or 0xEEBAB8) is unknown color: approx Beauty Bush. HEX triplet: EE, BA and B8. RGB value is (238,186,184). Sum of RGB (Red+Green+Blue) = 238+186+184=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 184 (72.27% from 255 or 30.26% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAB8 is #114547. Grayscale: #C9C9C9. Windows color (decimal): -1131848 or 12106478. OLE color: 12106478.

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

Color convert

RGB238186184-
CMYK00.220.230.07
HSL2.22º61.36%82.75%-
HSV(B)2.22º22.69%93.33%-
XYZ61.4756.7653.06-
YUV201.32118.23154.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.14%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 184 (72.27% from 255) = 30.26%
R=39.14%
G=30.59%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818618400.220.230.072.2261.3682.75
HexEEBAB801617723d53
Octal356272270026277275123
Binary11101110101110101011100001011010111111101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBAB8; }

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

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

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

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

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

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

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

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