#EF99A5

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

Shades of Mauvelous #EF99A5

Tints of Mauvelous #EF99A5

Color information

#EF99A5 (or 0xEF99A5) is unknown color: approx Mauvelous. HEX triplet: EF, 99 and A5. RGB value is (239,153,165). Sum of RGB (Red+Green+Blue) = 239+153+165=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF99A5 is #10665A. Grayscale: #B4B4B4. Windows color (decimal): -1074779 or 10852847. OLE color: 10852847.

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

Color convert

RGB239153165-
CMYK00.360.310.06
HSL351.63º72.88%76.86%-
HSV(B)351.63º35.98%93.73%-
XYZ53.7843.8541.23-
YUV180.08119.49170.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.91%
GREEN value IS 153 (60.16% from 255) = 27.47%
BLUE value IS 165 (64.84% from 255) = 29.62%
R=42.91%
G=27.47%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915316500.360.310.06351.6372.8876.86
HexEF99A50241F6160494d
Octal357231245044376540111115
Binary11101111100110011010010101001001111111010110000010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99A5; }

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

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

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

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

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

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

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

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