Html Css Color HEX #EF8A9F Mauvelous

📋 copy color: '#EF8A9F'

red 239 ◦ green 138 ◦ blue 159

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

Shades of Mauvelous #EF8A9F

Tints of Mauvelous #EF8A9F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.75%

 BLUE value IS 159 (62.5% from 255) = 29.66%

R = 44.59%
G = 25.75%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF8A9F (or 0xEF8A9F) is known color: Mauvelous. HEX triplet: EF, 8A and 9F. RGB value is (239,138,159). Sum of RGB (Red+Green+Blue) = 239+138+159=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8A9F is #107560. Grayscale: #AAAAAA. Windows color (decimal): -1078625 or 10455791. OLE color: 10455791.

HSL color Cylindrical-coordinate representation of color #EF8A9F: hue angle of 347.52º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8A9F is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 138 159 -
CMYK 0 0.42 0.33 0.06
HSL 347.52º 0.76% 0.74% -
HSV(B) 347.52º 0.42% 0.94% -
XYZ 50.94 39.03 37.65 -
YUV 170.59 121.46 176.79 -
System Red Green Blue C M Y K H S L
Decimal 239 138 159 0 0.42 0.33 0.06 347.52 0.76 0.74
Hex EF 8A 9F 0 2A 21 6 15C 4C 4A
Octal 357 212 237 0 52 41 6 534 114 112
Binary 11101111 10001010 10011111 0 101010 100001 110 101011100 1001100 1001010

Color Harmonies of #EF8A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8A9F

Black with #EF8A9F

Text Example


Text Example

White with #EF8A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8A9F; }

 p { color: rgb(239,138,159); }

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

background-color css

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

 a { background-color: rgb(239,138,159); }

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

border-color css

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

 span { border-color: rgb(239,138,159); }

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