Html Css Color HEX #EF8FAA Mauvelous

📋 copy color: '#EF8FAA'

red 239 ◦ green 143 ◦ blue 170

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

Shades of Mauvelous #EF8FAA

Tints of Mauvelous #EF8FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.91%

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

R = 43.3%
G = 25.91%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF8FAA (or 0xEF8FAA) is known color: Mauvelous. HEX triplet: EF, 8F and AA. RGB value is (239,143,170). Sum of RGB (Red+Green+Blue) = 239+143+170=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8FAA is #107055. Grayscale: #AEAEAE. Windows color (decimal): -1077334 or 11177967. OLE color: 11177967.

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

Color convert

RGB 239 143 170 -
CMYK 0 0.40 0.29 0.06
HSL 343.13º 0.75% 0.75% -
HSV(B) 343.13º 0.4% 0.94% -
XYZ 52.67 40.9 43.15 -
YUV 174.78 125.3 173.8 -
System Red Green Blue C M Y K H S L
Decimal 239 143 170 0 0.40 0.29 0.06 343.13 0.75 0.75
Hex EF 8F AA 0 28 1D 6 157 4B 4B
Octal 357 217 252 0 50 35 6 527 113 113
Binary 11101111 10001111 10101010 0 101000 11101 110 101010111 1001011 1001011

Color Harmonies of #EF8FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8FAA

Black with #EF8FAA

Text Example


Text Example

White with #EF8FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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