Html Css Color HEX #EEC2C1 Beauty Bush

📋 copy color: '#EEC2C1'

red 238 ◦ green 194 ◦ blue 193

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

Shades of Beauty Bush #EEC2C1

Tints of Beauty Bush #EEC2C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.88%

R = 38.08%
G = 31.04%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EEC2C1 (or 0xEEC2C1) is known color: Beauty Bush. HEX triplet: EE, C2 and C1. RGB value is (238,194,193). Sum of RGB (Red+Green+Blue) = 238+194+193=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2C1 is #113D3E. Grayscale: #CFCFCF. Windows color (decimal): -1129791 or 12698350. OLE color: 12698350.

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

Color convert

RGB 238 194 193 -
CMYK 0 0.18 0.19 0.07
HSL 1.33º 0.57% 0.85% -
HSV(B) 1.33º 0.19% 0.93% -
XYZ 64.18 60.61 58.77 -
YUV 207.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 238 194 193 0 0.18 0.19 0.07 1.33 0.57 0.85
Hex EE C2 C1 0 12 13 7 1 39 55
Octal 356 302 301 0 22 23 7 1 71 125
Binary 11101110 11000010 11000001 0 10010 10011 111 1 111001 1010101

Color Harmonies of #EEC2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC2C1

Black with #EEC2C1

Text Example


Text Example

White with #EEC2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC2C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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