#EF4592

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

Shades of Violet Red #EF4592

Tints of Violet Red #EF4592

Color information

#EF4592 (or 0xEF4592) is unknown color: approx Violet Red. HEX triplet: EF, 45 and 92. RGB value is (239,69,146). Sum of RGB (Red+Green+Blue) = 239+69+146=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4592 is #10BA6D. Grayscale: #808080. Windows color (decimal): -1096302 or 9586159. OLE color: 9586159.

HSL color Cylindrical-coordinate representation of color #EF4592: hue angle of 332.82º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF4592 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB23969146-
CMYK00.710.390.06
HSL332.82º84.16%60.39%-
HSV(B)332.82º71.13%93.73%-
XYZ42.9124.6829.7-
YUV128.61137.82206.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.64%
GREEN value IS 69 (27.34% from 255) = 15.20%
BLUE value IS 146 (57.42% from 255) = 32.16%
R=52.64%
G=15.20%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396914600.710.390.06332.8284.1660.39
HexEF459204727614d543c
Octal357105222010747651512474
Binary11101111100010110010010010001111001111101010011011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4592; }

 p { color: rgb(239,69,146); }

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

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

 a { background-color: rgb(239,69,146); }

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

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

 span { border-color: rgb(239,69,146); }

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