Html Css Color HEX #EF85AF Mauvelous

📋 copy color: '#EF85AF'

red 239 ◦ green 133 ◦ blue 175

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

Shades of Mauvelous #EF85AF

Tints of Mauvelous #EF85AF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.31%

 BLUE value IS 175 (68.75% from 255) = 31.99%

R = 43.69%
G = 24.31%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF85AF (or 0xEF85AF) is known color: Mauvelous. HEX triplet: EF, 85 and AF. RGB value is (239,133,175). Sum of RGB (Red+Green+Blue) = 239+133+175=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF85AF is #107A50. Grayscale: #A9A9A9. Windows color (decimal): -1079889 or 11503087. OLE color: 11503087.

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

Color convert

RGB 239 133 175 -
CMYK 0 0.44 0.27 0.06
HSL 336.23º 0.77% 0.73% -
HSV(B) 336.23º 0.44% 0.94% -
XYZ 51.72 38.22 45.21 -
YUV 169.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 239 133 175 0 0.44 0.27 0.06 336.23 0.77 0.73
Hex EF 85 AF 0 2C 1B 6 150 4D 49
Octal 357 205 257 0 54 33 6 520 115 111
Binary 11101111 10000101 10101111 0 101100 11011 110 101010000 1001101 1001001

Color Harmonies of #EF85AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85AF

Black with #EF85AF

Text Example


Text Example

White with #EF85AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85AF; }

 p { color: rgb(239,133,175); }

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

background-color css

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

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

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

border-color css

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

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

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