Html Css Color HEX #EF85A1 Mauvelous

📋 copy color: '#EF85A1'

red 239 ◦ green 133 ◦ blue 161

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

Shades of Mauvelous #EF85A1

Tints of Mauvelous #EF85A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.21%

R = 44.84%
G = 24.95%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF85A1 (or 0xEF85A1) is known color: Mauvelous. HEX triplet: EF, 85 and A1. RGB value is (239,133,161). Sum of RGB (Red+Green+Blue) = 239+133+161=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF85A1 is #107A5E. Grayscale: #A7A7A7. Windows color (decimal): -1079903 or 10585583. OLE color: 10585583.

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

Color convert

RGB 239 133 161 -
CMYK 0 0.44 0.33 0.06
HSL 344.15º 0.77% 0.73% -
HSV(B) 344.15º 0.44% 0.94% -
XYZ 50.42 37.7 38.34 -
YUV 167.89 124.12 178.72 -
System Red Green Blue C M Y K H S L
Decimal 239 133 161 0 0.44 0.33 0.06 344.15 0.77 0.73
Hex EF 85 A1 0 2C 21 6 158 4D 49
Octal 357 205 241 0 54 41 6 530 115 111
Binary 11101111 10000101 10100001 0 101100 100001 110 101011000 1001101 1001001

Color Harmonies of #EF85A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85A1

Black with #EF85A1

Text Example


Text Example

White with #EF85A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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