Html Css Color HEX #EEC1BD Beauty Bush

📋 copy color: '#EEC1BD'

red 238 ◦ green 193 ◦ blue 189

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

Shades of Beauty Bush #EEC1BD

Tints of Beauty Bush #EEC1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.48%

R = 38.39%
G = 31.13%
B = 30.48%

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

#EEC1BD (or 0xEEC1BD) is known color: Beauty Bush. HEX triplet: EE, C1 and BD. RGB value is (238,193,189). Sum of RGB (Red+Green+Blue) = 238+193+189=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC1BD is #113E42. Grayscale: #CECECE. Windows color (decimal): -1130051 or 12435950. OLE color: 12435950.

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

Color convert

RGB 238 193 189 -
CMYK 0 0.19 0.21 0.07
HSL 4.9º 0.59% 0.84% -
HSV(B) 4.9º 0.21% 0.93% -
XYZ 63.52 59.99 56.38 -
YUV 206 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 238 193 189 0 0.19 0.21 0.07 4.9 0.59 0.84
Hex EE C1 BD 0 13 15 7 5 3B 54
Octal 356 301 275 0 23 25 7 5 73 124
Binary 11101110 11000001 10111101 0 10011 10101 111 101 111011 1010100

Color Harmonies of #EEC1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC1BD

Black with #EEC1BD

Text Example


Text Example

White with #EEC1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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