#EF4078

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

Shades of Violet Red #EF4078

Tints of Violet Red #EF4078

Color information

#EF4078 (or 0xEF4078) is unknown color: approx Violet Red. HEX triplet: EF, 40 and 78. RGB value is (239,64,120). Sum of RGB (Red+Green+Blue) = 239+64+120=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4078 is #10BF87. Grayscale: #7A7A7A. Windows color (decimal): -1097608 or 7880943. OLE color: 7880943.

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

Color convert

RGB23964120-
CMYK00.730.500.06
HSL340.8º84.54%59.41%-
HSV(B)340.8º73.22%93.73%-
XYZ40.8223.3720.13-
YUV122.71126.48210.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.50%
GREEN value IS 64 (25.39% from 255) = 15.13%
BLUE value IS 120 (47.27% from 255) = 28.37%
R=56.50%
G=15.13%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396412000.730.500.06340.884.5459.41
HexEF4078049326155553b
Octal357100170011162652512573
Binary1110111110000001111000010010011100101101010101011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4078; }

 p { color: rgb(239,64,120); }

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

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

 a { background-color: rgb(239,64,120); }

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

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

 span { border-color: rgb(239,64,120); }

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