#ef3a7a

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

Shades of Violet Red #EF3A7A

Tints of Violet Red #EF3A7A

Color information

#EF3A7A (or 0xEF3A7A) is unknown color: approx Violet Red. HEX triplet: EF, 3A and 7A. RGB value is (239,58,122). Sum of RGB (Red+Green+Blue) = 239+58+122=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3A7A is #10C585. Grayscale: #777777. Windows color (decimal): -1099142 or 8010479. OLE color: 8010479.

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

Color convert

RGB23958122-
CMYK00.760.490.06
HSL338.78º84.98%58.24%-
HSV(B)338.78º75.73%93.73%-
XYZ40.6222.7820.67-
YUV119.42129.47213.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.04%
GREEN value IS 58 (23.05% from 255) = 13.84%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=57.04%
G=13.84%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395812200.760.490.06338.7884.9858.24
HexEF3A7A04C316153553a
Octal35772172011461652312572
Binary111011111110101111010010011001100011101010100111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef3a7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef3a7a; }

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

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

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

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

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

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

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

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