Html Css Color HEX #EF91A5 Mauvelous

📋 copy color: '#EF91A5'

red 239 ◦ green 145 ◦ blue 165

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

Shades of Mauvelous #EF91A5

Tints of Mauvelous #EF91A5

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.41%

 BLUE value IS 165 (64.84% from 255) = 30.05%

R = 43.53%
G = 26.41%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF91A5 (or 0xEF91A5) is known color: Mauvelous. HEX triplet: EF, 91 and A5. RGB value is (239,145,165). Sum of RGB (Red+Green+Blue) = 239+145+165=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF91A5 is #106E5A. Grayscale: #AFAFAF. Windows color (decimal): -1076827 or 10850799. OLE color: 10850799.

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

Color convert

RGB 239 145 165 -
CMYK 0 0.39 0.31 0.06
HSL 347.23º 0.75% 0.75% -
HSV(B) 347.23º 0.39% 0.94% -
XYZ 52.51 41.32 40.8 -
YUV 175.39 122.14 173.37 -
System Red Green Blue C M Y K H S L
Decimal 239 145 165 0 0.39 0.31 0.06 347.23 0.75 0.75
Hex EF 91 A5 0 27 1F 6 15B 4B 4B
Octal 357 221 245 0 47 37 6 533 113 113
Binary 11101111 10010001 10100101 0 100111 11111 110 101011011 1001011 1001011

Color Harmonies of #EF91A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF91A5

Black with #EF91A5

Text Example


Text Example

White with #EF91A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF91A5; }

 p { color: rgb(239,145,165); }

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

background-color css

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

 a { background-color: rgb(239,145,165); }

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

border-color css

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

 span { border-color: rgb(239,145,165); }

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