Html Css Color HEX #EBBAB4 Beauty Bush

📋 copy color: '#EBBAB4'

red 235 ◦ green 186 ◦ blue 180

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

Shades of Beauty Bush #EBBAB4

Tints of Beauty Bush #EBBAB4

RGB

 RED value IS 235 (92.19% from 255) = 39.1%

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

 BLUE value IS 180 (70.7% from 255) = 29.95%

R = 39.1%
G = 30.95%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EBBAB4 (or 0xEBBAB4) is known color: Beauty Bush. HEX triplet: EB, BA and B4. RGB value is (235,186,180). Sum of RGB (Red+Green+Blue) = 235+186+180=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAB4 is #14454B. Grayscale: #C8C8C8. Windows color (decimal): -1328460 or 11844331. OLE color: 11844331.

HSL color Cylindrical-coordinate representation of color #EBBAB4: hue angle of 6.55º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBBAB4 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 186 180 -
CMYK 0 0.21 0.23 0.08
HSL 6.55º 0.58% 0.81% -
HSV(B) 6.55º 0.23% 0.92% -
XYZ 60.06 56.08 50.84 -
YUV 199.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 235 186 180 0 0.21 0.23 0.08 6.55 0.58 0.81
Hex EB BA B4 0 15 17 8 7 3A 51
Octal 353 272 264 0 25 27 10 7 72 121
Binary 11101011 10111010 10110100 0 10101 10111 1000 111 111010 1010001

Color Harmonies of #EBBAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBAB4

Black with #EBBAB4

Text Example


Text Example

White with #EBBAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBAB4; }

 p { color: rgb(235,186,180); }

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

background-color css

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

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

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

border-color css

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

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

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