Html Css Color HEX #EFB6B2 Beauty Bush

📋 copy color: '#EFB6B2'

red 239 ◦ green 182 ◦ blue 178

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

Shades of Beauty Bush #EFB6B2

Tints of Beauty Bush #EFB6B2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.38%

 BLUE value IS 178 (69.92% from 255) = 29.72%

R = 39.9%
G = 30.38%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFB6B2 (or 0xEFB6B2) is known color: Beauty Bush. HEX triplet: EF, B6 and B2. RGB value is (239,182,178). Sum of RGB (Red+Green+Blue) = 239+182+178=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 182 (71.48% from 255 or 30.38% from 599); Blue value is 178 (69.92% from 255 or 29.72% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB6B2 is #10494D. Grayscale: #C6C6C6. Windows color (decimal): -1067342 or 11712239. OLE color: 11712239.

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

Color convert

RGB 239 182 178 -
CMYK 0 0.24 0.26 0.06
HSL 3.93º 0.66% 0.82% -
HSV(B) 3.93º 0.26% 0.94% -
XYZ 60.36 55.02 49.56 -
YUV 198.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 239 182 178 0 0.24 0.26 0.06 3.93 0.66 0.82
Hex EF B6 B2 0 18 1A 6 4 42 52
Octal 357 266 262 0 30 32 6 4 102 122
Binary 11101111 10110110 10110010 0 11000 11010 110 100 1000010 1010010

Color Harmonies of #EFB6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB6B2

Black with #EFB6B2

Text Example


Text Example

White with #EFB6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB6B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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