Html Css Color HEX #E7BABA Beauty Bush

📋 copy color: '#E7BABA'

red 231 ◦ green 186 ◦ blue 186

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

Shades of Beauty Bush #E7BABA

Tints of Beauty Bush #E7BABA

RGB

 RED value IS 231 (90.63% from 255) = 38.31%

 GREEN value IS 186 (73.05% from 255) = 30.85%

 BLUE value IS 186 (73.05% from 255) = 30.85%

R = 38.31%
G = 30.85%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E7BABA (or 0xE7BABA) is known color: Beauty Bush. HEX triplet: E7, BA and BA. RGB value is (231,186,186). Sum of RGB (Red+Green+Blue) = 231+186+186=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BABA is #184545. Grayscale: #C7C7C7. Windows color (decimal): -1590598 or 12237543. OLE color: 12237543.

HSL color Cylindrical-coordinate representation of color #E7BABA: hue angle of 0º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BABA is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 186 186 -
CMYK 0 0.19 0.19 0.09
HSL 0.48% 0.82% -
HSV(B) 0.19% 0.91% -
XYZ 59.38 55.65 54.07 -
YUV 199.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 231 186 186 0 0.19 0.19 0.09 0 0.48 0.82
Hex E7 BA BA 0 13 13 9 0 30 52
Octal 347 272 272 0 23 23 11 0 60 122
Binary 11100111 10111010 10111010 0 10011 10011 1001 0 110000 1010010

Color Harmonies of #E7BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BABA

Black with #E7BABA

Text Example


Text Example

White with #E7BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BABA; }

 p { color: rgb(231,186,186); }

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

background-color css

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

 a { background-color: rgb(231,186,186); }

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

border-color css

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

 span { border-color: rgb(231,186,186); }

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