Html Css Color HEX #EFBBBB Beauty Bush

📋 copy color: '#EFBBBB'

red 239 ◦ green 187 ◦ blue 187

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

Shades of Beauty Bush #EFBBBB

Tints of Beauty Bush #EFBBBB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.51%

 BLUE value IS 187 (73.44% from 255) = 30.51%

R = 38.99%
G = 30.51%
B = 30.51%

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

#EFBBBB (or 0xEFBBBB) is known color: Beauty Bush. HEX triplet: EF, BB and BB. RGB value is (239,187,187). Sum of RGB (Red+Green+Blue) = 239+187+187=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBBB is #104444. Grayscale: #CACACA. Windows color (decimal): -1066053 or 12303343. OLE color: 12303343.

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

Color convert

RGB 239 187 187 -
CMYK 0 0.22 0.22 0.06
HSL 0.62% 0.84% -
HSV(B) 0.22% 0.94% -
XYZ 62.34 57.48 54.82 -
YUV 202.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 239 187 187 0 0.22 0.22 0.06 0 0.62 0.84
Hex EF BB BB 0 16 16 6 0 3E 54
Octal 357 273 273 0 26 26 6 0 76 124
Binary 11101111 10111011 10111011 0 10110 10110 110 0 111110 1010100

Color Harmonies of #EFBBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBBB

Black with #EFBBBB

Text Example


Text Example

White with #EFBBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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