#ef3f95

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

Shades of Violet Red #EF3F95

Tints of Violet Red #EF3F95

Color information

#EF3F95 (or 0xEF3F95) is unknown color: approx Violet Red. HEX triplet: EF, 3F and 95. RGB value is (239,63,149). Sum of RGB (Red+Green+Blue) = 239+63+149=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3F95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3F95 is #10C06A. Grayscale: #7D7D7D. Windows color (decimal): -1097835 or 9781231. OLE color: 9781231.

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

Color convert

RGB23963149-
CMYK00.740.380.06
HSL330.68º84.62%59.22%-
HSV(B)330.68º73.64%93.73%-
XYZ42.824.0830.83-
YUV125.43141.31209.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.99%
GREEN value IS 63 (25% from 255) = 13.97%
BLUE value IS 149 (58.59% from 255) = 33.04%
R=52.99%
G=13.97%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396314900.740.380.06330.6884.6259.22
HexEF3F9504A26614b553b
Octal35777225011246651312573
Binary1110111111111110010101010010101001101101010010111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef3f95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef3f95; }

 p { color: rgb(239,63,149); }

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

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

 a { background-color: rgb(239,63,149); }

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

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

 span { border-color: rgb(239,63,149); }

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