Html Css Color HEX #EF8FA8 Mauvelous

📋 copy color: '#EF8FA8'

red 239 ◦ green 143 ◦ blue 168

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

Shades of Mauvelous #EF8FA8

Tints of Mauvelous #EF8FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.55%

R = 43.45%
G = 26%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF8FA8 (or 0xEF8FA8) is known color: Mauvelous. HEX triplet: EF, 8F and A8. RGB value is (239,143,168). Sum of RGB (Red+Green+Blue) = 239+143+168=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8FA8 is #107057. Grayscale: #AEAEAE. Windows color (decimal): -1077336 or 11046895. OLE color: 11046895.

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

Color convert

RGB 239 143 168 -
CMYK 0 0.40 0.30 0.06
HSL 344.38º 0.75% 0.75% -
HSV(B) 344.38º 0.4% 0.94% -
XYZ 52.49 40.82 42.16 -
YUV 174.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 239 143 168 0 0.40 0.30 0.06 344.38 0.75 0.75
Hex EF 8F A8 0 28 1E 6 158 4B 4B
Octal 357 217 250 0 50 36 6 530 113 113
Binary 11101111 10001111 10101000 0 101000 11110 110 101011000 1001011 1001011

Color Harmonies of #EF8FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8FA8

Black with #EF8FA8

Text Example


Text Example

White with #EF8FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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