Html Css Color HEX #EF8AAA Mauvelous

📋 copy color: '#EF8AAA'

red 239 ◦ green 138 ◦ blue 170

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

Shades of Mauvelous #EF8AAA

Tints of Mauvelous #EF8AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.08%

R = 43.69%
G = 25.23%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF8AAA (or 0xEF8AAA) is known color: Mauvelous. HEX triplet: EF, 8A and AA. RGB value is (239,138,170). Sum of RGB (Red+Green+Blue) = 239+138+170=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8AAA is #107555. Grayscale: #ABABAB. Windows color (decimal): -1078614 or 11176687. OLE color: 11176687.

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

Color convert

RGB 239 138 170 -
CMYK 0 0.42 0.29 0.06
HSL 340.99º 0.76% 0.74% -
HSV(B) 340.99º 0.42% 0.94% -
XYZ 51.94 39.43 42.9 -
YUV 171.85 126.96 175.9 -
System Red Green Blue C M Y K H S L
Decimal 239 138 170 0 0.42 0.29 0.06 340.99 0.76 0.74
Hex EF 8A AA 0 2A 1D 6 155 4C 4A
Octal 357 212 252 0 52 35 6 525 114 112
Binary 11101111 10001010 10101010 0 101010 11101 110 101010101 1001100 1001010

Color Harmonies of #EF8AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8AAA

Black with #EF8AAA

Text Example


Text Example

White with #EF8AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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