Html Css Color HEX #EEC2BE Beauty Bush

📋 copy color: '#EEC2BE'

red 238 ◦ green 194 ◦ blue 190

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

Shades of Beauty Bush #EEC2BE

Tints of Beauty Bush #EEC2BE

RGB

 RED value IS 238 (93.36% from 255) = 38.26%

 GREEN value IS 194 (76.17% from 255) = 31.19%

 BLUE value IS 190 (74.61% from 255) = 30.55%

R = 38.26%
G = 31.19%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EEC2BE (or 0xEEC2BE) is known color: Beauty Bush. HEX triplet: EE, C2 and BE. RGB value is (238,194,190). Sum of RGB (Red+Green+Blue) = 238+194+190=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2BE is #113D41. Grayscale: #CECECE. Windows color (decimal): -1129794 or 12501742. OLE color: 12501742.

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

Color convert

RGB 238 194 190 -
CMYK 0 0.18 0.20 0.07
HSL 0.59% 0.84% -
HSV(B) 0.2% 0.93% -
XYZ 63.85 60.48 57.02 -
YUV 206.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 238 194 190 0 0.18 0.20 0.07 5 0.59 0.84
Hex EE C2 BE 0 12 14 7 5 3B 54
Octal 356 302 276 0 22 24 7 5 73 124
Binary 11101110 11000010 10111110 0 10010 10100 111 101 111011 1010100

Color Harmonies of #EEC2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC2BE

Black with #EEC2BE

Text Example


Text Example

White with #EEC2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC2BE; }

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

 H1.HeaderClassName
 {
   color: #EEC2BE;
 }
 .AnyTagClassName
 {
   color: #EEC2BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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