#EF3378

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

Shades of Violet Red #EF3378

Tints of Violet Red #EF3378

Color information

#EF3378 (or 0xEF3378) is unknown color: approx Violet Red. HEX triplet: EF, 33 and 78. RGB value is (239,51,120). Sum of RGB (Red+Green+Blue) = 239+51+120=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3378 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3378 is #10CC87. Grayscale: #727272. Windows color (decimal): -1100936 or 7877615. OLE color: 7877615.

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

Color convert

RGB23951120-
CMYK00.790.500.06
HSL337.98º85.45%56.86%-
HSV(B)337.98º78.66%93.73%-
XYZ40.1722.0719.91-
YUV115.08130.78216.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.29%
GREEN value IS 51 (20.31% from 255) = 12.44%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=58.29%
G=12.44%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395112000.790.500.06337.9885.4556.86
HexEF337804F3261525539
Octal35763170011762652212571
Binary111011111100111111000010011111100101101010100101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3378; }

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

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

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

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

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

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

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

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