Html Css Color HEX #EEC1BC Beauty Bush

📋 copy color: '#EEC1BC'

red 238 ◦ green 193 ◦ blue 188

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

Shades of Beauty Bush #EEC1BC

Tints of Beauty Bush #EEC1BC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.18%

 BLUE value IS 188 (73.83% from 255) = 30.37%

R = 38.45%
G = 31.18%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EEC1BC (or 0xEEC1BC) is known color: Beauty Bush. HEX triplet: EE, C1 and BC. RGB value is (238,193,188). Sum of RGB (Red+Green+Blue) = 238+193+188=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC1BC is #113E43. Grayscale: #CDCDCD. Windows color (decimal): -1130052 or 12370414. OLE color: 12370414.

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

Color convert

RGB 238 193 188 -
CMYK 0 0.19 0.21 0.07
HSL 0.6% 0.84% -
HSV(B) 0.21% 0.93% -
XYZ 63.41 59.95 55.81 -
YUV 205.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 238 193 188 0 0.19 0.21 0.07 6 0.6 0.84
Hex EE C1 BC 0 13 15 7 6 3C 54
Octal 356 301 274 0 23 25 7 6 74 124
Binary 11101110 11000001 10111100 0 10011 10101 111 110 111100 1010100

Color Harmonies of #EEC1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC1BC

Black with #EEC1BC

Text Example


Text Example

White with #EEC1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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