Html Css Color HEX #EF86B0 Mauvelous

📋 copy color: '#EF86B0'

red 239 ◦ green 134 ◦ blue 176

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

Shades of Mauvelous #EF86B0

Tints of Mauvelous #EF86B0

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.41%

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

R = 43.53%
G = 24.41%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF86B0 (or 0xEF86B0) is known color: Mauvelous. HEX triplet: EF, 86 and B0. RGB value is (239,134,176). Sum of RGB (Red+Green+Blue) = 239+134+176=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF86B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF86B0 is #10794F. Grayscale: #AAAAAA. Windows color (decimal): -1079632 or 11568879. OLE color: 11568879.

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

Color convert

RGB 239 134 176 -
CMYK 0 0.44 0.26 0.06
HSL 336º 0.77% 0.73% -
HSV(B) 336º 0.44% 0.94% -
XYZ 51.96 38.54 45.77 -
YUV 170.18 131.29 177.08 -
System Red Green Blue C M Y K H S L
Decimal 239 134 176 0 0.44 0.26 0.06 336 0.77 0.73
Hex EF 86 B0 0 2C 1A 6 150 4D 49
Octal 357 206 260 0 54 32 6 520 115 111
Binary 11101111 10000110 10110000 0 101100 11010 110 101010000 1001101 1001001

Color Harmonies of #EF86B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF86B0

Black with #EF86B0

Text Example


Text Example

White with #EF86B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF86B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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