Html Css Color HEX #EFB2B0 Beauty Bush

📋 copy color: '#EFB2B0'

red 239 ◦ green 178 ◦ blue 176

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

Shades of Beauty Bush #EFB2B0

Tints of Beauty Bush #EFB2B0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.02%

 BLUE value IS 176 (69.14% from 255) = 29.68%

R = 40.3%
G = 30.02%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFB2B0 (or 0xEFB2B0) is known color: Beauty Bush. HEX triplet: EF, B2 and B0. RGB value is (239,178,176). Sum of RGB (Red+Green+Blue) = 239+178+176=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 176 (69.14% from 255 or 29.68% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB2B0 is #104D4F. Grayscale: #C4C4C4. Windows color (decimal): -1068368 or 11580143. OLE color: 11580143.

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

Color convert

RGB 239 178 176 -
CMYK 0 0.26 0.26 0.06
HSL 1.9º 0.66% 0.81% -
HSV(B) 1.9º 0.26% 0.94% -
XYZ 59.35 53.33 48.24 -
YUV 196.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 239 178 176 0 0.26 0.26 0.06 1.9 0.66 0.81
Hex EF B2 B0 0 1A 1A 6 2 42 51
Octal 357 262 260 0 32 32 6 2 102 121
Binary 11101111 10110010 10110000 0 11010 11010 110 10 1000010 1010001

Color Harmonies of #EFB2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB2B0

Black with #EFB2B0

Text Example


Text Example

White with #EFB2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB2B0; }

 p { color: rgb(239,178,176); }

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

background-color css

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

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

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

border-color css

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

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

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