#EEBEBE

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

Shades of Beauty Bush #EEBEBE

Tints of Beauty Bush #EEBEBE

Color information

#EEBEBE (or 0xEEBEBE) is unknown color: approx Beauty Bush. HEX triplet: EE, BE and BE. RGB value is (238,190,190). Sum of RGB (Red+Green+Blue) = 238+190+190=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEBE is #114141. Grayscale: #CCCCCC. Windows color (decimal): -1130818 or 12500718. OLE color: 12500718.

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

Color convert

RGB238190190-
CMYK00.200.200.07
HSL58.54%83.92%-
HSV(B)20.17%93.33%-
XYZ62.9758.7256.73-
YUV204.35119.9152-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 190 (74.61% from 255) = 30.74%
BLUE value IS 190 (74.61% from 255) = 30.74%
R=38.51%
G=30.74%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819019000.200.200.07058.5483.92
HexEEBEBE01414703b54
Octal356276276024247073124
Binary1110111010111110101111100101001010011101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBEBE; }

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

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

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

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

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

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

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

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