#EF7AF4

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

Shades of Violet #EF7AF4

Tints of Violet #EF7AF4

Color information

#EF7AF4 (or 0xEF7AF4) is unknown color: approx Violet. HEX triplet: EF, 7A and F4. RGB value is (239,122,244). Sum of RGB (Red+Green+Blue) = 239+122+244=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 122 (48.05% from 255 or 20.17% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 244 - color contains mainly: blue. Hex color #EF7AF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7AF4 is #10850B. Grayscale: #AAAAAA. Windows color (decimal): -1082636 or 16022255. OLE color: 16022255.

HSL color Cylindrical-coordinate representation of color #EF7AF4: hue angle of 297.54º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF7AF4 is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239122244-
CMYK0.020.500.04
HSL297.54º84.72%71.76%-
HSV(B)297.54º50%95.69%-
XYZ58.8938.889.97-
YUV170.89169.26176.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 122 (48.05% from 255) = 20.17%
BLUE value IS 244 (95.70% from 255) = 40.33%
R=39.50%
G=20.17%
B=40.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391222440.020.500.04297.5484.7271.76
HexEF7AF42320412a5548
Octal35717236426204452125110
Binary1110111111110101111010010110010010010010101010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7AF4; }

 p { color: rgb(239,122,244); }

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

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

 a { background-color: rgb(239,122,244); }

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

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

 span { border-color: rgb(239,122,244); }

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