#EEBABA

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

Shades of Beauty Bush #EEBABA

Tints of Beauty Bush #EEBABA

Color information

#EEBABA (or 0xEEBABA) is unknown color: approx Beauty Bush. HEX triplet: EE, BA and BA. RGB value is (238,186,186). Sum of RGB (Red+Green+Blue) = 238+186+186=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBABA is #114545. Grayscale: #C9C9C9. Windows color (decimal): -1131846 or 12237550. OLE color: 12237550.

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

Color convert

RGB238186186-
CMYK00.220.220.07
HSL60.47%83.14%-
HSV(B)21.85%93.33%-
XYZ61.6856.8454.17-
YUV201.55119.23154-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.02%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 186 (73.05% from 255) = 30.49%
R=39.02%
G=30.49%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818618600.220.220.07060.4783.14
HexEEBABA01616703c53
Octal356272272026267074123
Binary1110111010111010101110100101101011011101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBABA; }

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

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

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

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

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

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

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

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