Html Css Color HEX #EEC0BE Beauty Bush

📋 copy color: '#EEC0BE'

red 238 ◦ green 192 ◦ blue 190

#EEC0BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beauty Bush #EEC0BE

Tints of Beauty Bush #EEC0BE

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 value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EEC0BE (or 0xEEC0BE) is known color: 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

RGB 238 192 190 -
CMYK 0 0.19 0.20 0.07
HSL 2.5º 0.59% 0.84% -
HSV(B) 2.5º 0.2% 0.93% -
XYZ 63.4 59.59 56.88 -
YUV 205.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 238 192 190 0 0.19 0.20 0.07 2.5 0.59 0.84
Hex EE C0 BE 0 13 14 7 2 3B 54
Octal 356 300 276 0 23 24 7 2 73 124
Binary 11101110 11000000 10111110 0 10011 10100 111 10 111011 1010100

Color Harmonies of #EEC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC0BE

Black with #EEC0BE

Text Example


Text Example

White with #EEC0BE

Text Example


Text Example

HTML Codes & Css Web 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>