#EF74F1

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

Shades of Violet #EF74F1

Tints of Violet #EF74F1

Color information

#EF74F1 (or 0xEF74F1) is unknown color: approx Violet. HEX triplet: EF, 74 and F1. RGB value is (239,116,241). Sum of RGB (Red+Green+Blue) = 239+116+241=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 116 (45.70% from 255 or 19.46% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF74F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF74F1 is #108B0E. Grayscale: #A6A6A6. Windows color (decimal): -1084175 or 15824111. OLE color: 15824111.

HSL color Cylindrical-coordinate representation of color #EF74F1: hue angle of 299.04º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF74F1 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239116241-
CMYK0.010.5200.05
HSL299.04º81.7%70%-
HSV(B)299.04º51.87%94.51%-
XYZ57.7237.1987.36-
YUV167.03169.75179.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 116 (45.70% from 255) = 19.46%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=40.10%
G=19.46%
B=40.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391162410.010.5200.05299.0481.770
HexEF74F11340512b5246
Octal35716436116405453122106
Binary111011111110100111100011110100010110010101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF74F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF74F1; }

 p { color: rgb(239,116,241); }

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

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

 a { background-color: rgb(239,116,241); }

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

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

 span { border-color: rgb(239,116,241); }

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