Html Css Color HEX #EEBFBE Beauty Bush

📋 copy color: '#EEBFBE'

red 238 ◦ green 191 ◦ blue 190

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

Shades of Beauty Bush #EEBFBE

Tints of Beauty Bush #EEBFBE

RGB

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

 GREEN value IS 191 (75% from 255) = 30.86%

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

R = 38.45%
G = 30.86%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EEBFBE (or 0xEEBFBE) is known color: Beauty Bush. HEX triplet: EE, BF and BE. RGB value is (238,191,190). Sum of RGB (Red+Green+Blue) = 238+191+190=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFBE is #114041. Grayscale: #CCCCCC. Windows color (decimal): -1130562 or 12500974. OLE color: 12500974.

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

Color convert

RGB 238 191 190 -
CMYK 0 0.20 0.20 0.07
HSL 1.25º 0.59% 0.84% -
HSV(B) 1.25º 0.2% 0.93% -
XYZ 63.18 59.16 56.8 -
YUV 204.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 238 191 190 0 0.20 0.20 0.07 1.25 0.59 0.84
Hex EE BF BE 0 14 14 7 1 3B 54
Octal 356 277 276 0 24 24 7 1 73 124
Binary 11101110 10111111 10111110 0 10100 10100 111 1 111011 1010100

Color Harmonies of #EEBFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFBE

Black with #EEBFBE

Text Example


Text Example

White with #EEBFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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