#EEBCBC

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

Shades of Beauty Bush #EEBCBC

Tints of Beauty Bush #EEBCBC

Color information

#EEBCBC (or 0xEEBCBC) is unknown color: approx Beauty Bush. HEX triplet: EE, BC and BC. RGB value is (238,188,188). Sum of RGB (Red+Green+Blue) = 238+188+188=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCBC is #114343. Grayscale: #CBCBCB. Windows color (decimal): -1131332 or 12369134. OLE color: 12369134.

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

Color convert

RGB238188188-
CMYK00.210.210.07
HSL59.52%83.53%-
HSV(B)21.01%93.33%-
XYZ62.3257.7755.44-
YUV202.95119.56153-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.76%
GREEN value IS 188 (73.83% from 255) = 30.62%
BLUE value IS 188 (73.83% from 255) = 30.62%
R=38.76%
G=30.62%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818818800.210.210.07059.5283.53
HexEEBCBC01515703c54
Octal356274274025257074124
Binary1110111010111100101111000101011010111101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCBC; }

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

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

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

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

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

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

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

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