#ef3a7d

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

Shades of Violet Red #EF3A7D

Tints of Violet Red #EF3A7D

Color information

#EF3A7D (or 0xEF3A7D) is unknown color: approx Violet Red. HEX triplet: EF, 3A and 7D. RGB value is (239,58,125). Sum of RGB (Red+Green+Blue) = 239+58+125=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3A7D is #10C582. Grayscale: #777777. Windows color (decimal): -1099139 or 8207087. OLE color: 8207087.

HSL color Cylindrical-coordinate representation of color #EF3A7D: hue angle of 337.79º 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 #EF3A7D is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB23958125-
CMYK00.760.480.06
HSL337.79º84.98%58.24%-
HSV(B)337.79º75.73%93.73%-
XYZ40.8122.8621.66-
YUV119.76130.97213.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.64%
GREEN value IS 58 (23.05% from 255) = 13.74%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=56.64%
G=13.74%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395812500.760.480.06337.7984.9858.24
HexEF3A7D04C306152553a
Octal35772175011460652212572
Binary111011111110101111101010011001100001101010100101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef3a7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef3a7d; }

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

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

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

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

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

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

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

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