Html Css Color HEX #EEC4BF Beauty Bush

📋 copy color: '#EEC4BF'

red 238 ◦ green 196 ◦ blue 191

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

Shades of Beauty Bush #EEC4BF

Tints of Beauty Bush #EEC4BF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.36%

 BLUE value IS 191 (75% from 255) = 30.56%

R = 38.08%
G = 31.36%
B = 30.56%

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

#EEC4BF (or 0xEEC4BF) is known color: Beauty Bush. HEX triplet: EE, C4 and BF. RGB value is (238,196,191). Sum of RGB (Red+Green+Blue) = 238+196+191=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC4BF is #113B40. Grayscale: #D0D0D0. Windows color (decimal): -1129281 or 12567790. OLE color: 12567790.

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

Color convert

RGB 238 196 191 -
CMYK 0 0.18 0.20 0.07
HSL 6.38º 0.58% 0.84% -
HSV(B) 6.38º 0.2% 0.93% -
XYZ 64.4 61.42 57.75 -
YUV 207.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 238 196 191 0 0.18 0.20 0.07 6.38 0.58 0.84
Hex EE C4 BF 0 12 14 7 6 3A 54
Octal 356 304 277 0 22 24 7 6 72 124
Binary 11101110 11000100 10111111 0 10010 10100 111 110 111010 1010100

Color Harmonies of #EEC4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC4BF

Black with #EEC4BF

Text Example


Text Example

White with #EEC4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC4BF; }

 p { color: rgb(238,196,191); }

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

background-color css

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

 a { background-color: rgb(238,196,191); }

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

border-color css

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

 span { border-color: rgb(238,196,191); }

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