Html Css Color HEX #EFBABA Beauty Bush

📋 copy color: '#EFBABA'

red 239 ◦ green 186 ◦ blue 186

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

Shades of Beauty Bush #EFBABA

Tints of Beauty Bush #EFBABA

RGB

 RED value IS 239 (93.75% from 255) = 39.12%

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

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

R = 39.12%
G = 30.44%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFBABA (or 0xEFBABA) is known color: Beauty Bush. HEX triplet: EF, BA and BA. RGB value is (239,186,186). Sum of RGB (Red+Green+Blue) = 239+186+186=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBABA is #104545. Grayscale: #C9C9C9. Windows color (decimal): -1066310 or 12237551. OLE color: 12237551.

HSL color Cylindrical-coordinate representation of color #EFBABA: hue angle of 0º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBABA is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 186 186 -
CMYK 0 0.22 0.22 0.06
HSL 0.62% 0.83% -
HSV(B) 0.22% 0.94% -
XYZ 62.02 57.01 54.19 -
YUV 201.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 239 186 186 0 0.22 0.22 0.06 0 0.62 0.83
Hex EF BA BA 0 16 16 6 0 3E 53
Octal 357 272 272 0 26 26 6 0 76 123
Binary 11101111 10111010 10111010 0 10110 10110 110 0 111110 1010011

Color Harmonies of #EFBABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBABA

Black with #EFBABA

Text Example


Text Example

White with #EFBABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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