Html Css Color HEX #EFBEBB Beauty Bush

📋 copy color: '#EFBEBB'

red 239 ◦ green 190 ◦ blue 187

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

Shades of Beauty Bush #EFBEBB

Tints of Beauty Bush #EFBEBB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.84%

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

R = 38.8%
G = 30.84%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFBEBB (or 0xEFBEBB) is known color: Beauty Bush. HEX triplet: EF, BE and BB. RGB value is (239,190,187). Sum of RGB (Red+Green+Blue) = 239+190+187=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEBB is #104144. Grayscale: #CCCCCC. Windows color (decimal): -1065285 or 12304111. OLE color: 12304111.

HSL color Cylindrical-coordinate representation of color #EFBEBB: hue angle of 3.46º 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 #EFBEBB is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 190 187 -
CMYK 0 0.21 0.22 0.06
HSL 3.46º 0.62% 0.84% -
HSV(B) 3.46º 0.22% 0.94% -
XYZ 62.98 58.77 55.04 -
YUV 204.31 118.23 152.74 -
System Red Green Blue C M Y K H S L
Decimal 239 190 187 0 0.21 0.22 0.06 3.46 0.62 0.84
Hex EF BE BB 0 15 16 6 3 3E 54
Octal 357 276 273 0 25 26 6 3 76 124
Binary 11101111 10111110 10111011 0 10101 10110 110 11 111110 1010100

Color Harmonies of #EFBEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBEBB

Black with #EFBEBB

Text Example


Text Example

White with #EFBEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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