#EEC0BE

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

Shades of Beauty Bush #EEC0BE

Tints of Beauty Bush #EEC0BE

Color information

#EEC0BE (or 0xEEC0BE) is unknown color: approx Beauty Bush. HEX triplet: EE, C0 and BE. RGB value is (238,192,190). Sum of RGB (Red+Green+Blue) = 238+192+190=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC0BE is #113F41. Grayscale: #CDCDCD. Windows color (decimal): -1130306 or 12501230. OLE color: 12501230.

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

Color convert

RGB238192190-
CMYK00.190.200.07
HSL2.5º58.54%83.92%-
HSV(B)2.5º20.17%93.33%-
XYZ63.459.5956.88-
YUV205.53119.24151.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.39%
GREEN value IS 192 (75.39% from 255) = 30.97%
BLUE value IS 190 (74.61% from 255) = 30.65%
R=38.39%
G=30.97%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819219000.190.200.072.558.5483.92
HexEEC0BE01314733b54
Octal356300276023247373124
Binary11101110110000001011111001001110100111111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC0BE; }

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

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

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

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

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

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

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

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