Html Css Color HEX #EF8AAC Mauvelous

📋 copy color: '#EF8AAC'

red 239 ◦ green 138 ◦ blue 172

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

Shades of Mauvelous #EF8AAC

Tints of Mauvelous #EF8AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.33%

R = 43.53%
G = 25.14%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF8AAC (or 0xEF8AAC) is known color: Mauvelous. HEX triplet: EF, 8A and AC. RGB value is (239,138,172). Sum of RGB (Red+Green+Blue) = 239+138+172=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8AAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8AAC is #107553. Grayscale: #ACACAC. Windows color (decimal): -1078612 or 11307759. OLE color: 11307759.

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

Color convert

RGB 239 138 172 -
CMYK 0 0.42 0.28 0.06
HSL 339.8º 0.76% 0.74% -
HSV(B) 339.8º 0.42% 0.94% -
XYZ 52.13 39.51 43.91 -
YUV 172.08 127.96 175.74 -
System Red Green Blue C M Y K H S L
Decimal 239 138 172 0 0.42 0.28 0.06 339.8 0.76 0.74
Hex EF 8A AC 0 2A 1C 6 154 4C 4A
Octal 357 212 254 0 52 34 6 524 114 112
Binary 11101111 10001010 10101100 0 101010 11100 110 101010100 1001100 1001010

Color Harmonies of #EF8AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8AAC

Black with #EF8AAC

Text Example


Text Example

White with #EF8AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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