#EF96A5

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

Shades of Mauvelous #EF96A5

Tints of Mauvelous #EF96A5

Color information

#EF96A5 (or 0xEF96A5) is unknown color: approx Mauvelous. HEX triplet: EF, 96 and A5. RGB value is (239,150,165). Sum of RGB (Red+Green+Blue) = 239+150+165=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF96A5 is #10695A. Grayscale: #B2B2B2. Windows color (decimal): -1075547 or 10852079. OLE color: 10852079.

HSL color Cylindrical-coordinate representation of color #EF96A5: hue angle of 349.89º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF96A5 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB239150165-
CMYK00.370.310.06
HSL349.89º73.55%76.27%-
HSV(B)349.89º37.24%93.73%-
XYZ53.2942.8841.07-
YUV178.32120.49171.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.14%
GREEN value IS 150 (58.98% from 255) = 27.08%
BLUE value IS 165 (64.84% from 255) = 29.78%
R=43.14%
G=27.08%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915016500.370.310.06349.8973.5576.27
HexEF96A50251F615e4a4c
Octal357226245045376536112114
Binary11101111100101101010010101001011111111010101111010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF96A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF96A5; }

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

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

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

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

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

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

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

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