#EF99A8

Color #EF99A8 Mauvelous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauvelous #EF99A8

Tints of Mauvelous #EF99A8

Color information

#EF99A8 (or 0xEF99A8) is unknown color: approx Mauvelous. HEX triplet: EF, 99 and A8. RGB value is (239,153,168). Sum of RGB (Red+Green+Blue) = 239+153+168=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF99A8 is #106657. Grayscale: #B4B4B4. Windows color (decimal): -1074776 or 11049455. OLE color: 11049455.

HSL color Cylindrical-coordinate representation of color #EF99A8: hue angle of 349.53º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF99A8 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239153168-
CMYK00.360.300.06
HSL349.53º72.88%76.86%-
HSV(B)349.53º35.98%93.73%-
XYZ54.0643.9642.68-
YUV180.42120.99169.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.68%
GREEN value IS 153 (60.16% from 255) = 27.32%
BLUE value IS 168 (66.02% from 255) = 30%
R=42.68%
G=27.32%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915316800.360.300.06349.5372.8876.86
HexEF99A80241E615e494d
Octal357231250044366536111115
Binary11101111100110011010100001001001111011010101111010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99A8; }

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

 H1.HeaderClassName
 {
   color: #EF99A8;
 }
 .AnyTagClassName
 {
   color: #EF99A8;
 }
</style>
background-color css

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

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

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

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

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

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