#EF3584

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

Shades of Violet Red #EF3584

Tints of Violet Red #EF3584

Color information

#EF3584 (or 0xEF3584) is unknown color: approx Violet Red. HEX triplet: EF, 35 and 84. RGB value is (239,53,132). Sum of RGB (Red+Green+Blue) = 239+53+132=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3584 is #10CA7B. Grayscale: #757575. Windows color (decimal): -1100412 or 8664559. OLE color: 8664559.

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

Color convert

RGB23953132-
CMYK00.780.450.06
HSL334.52º85.32%57.25%-
HSV(B)334.52º77.82%93.73%-
XYZ41.0322.5624.02-
YUV117.62136.12214.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.37%
GREEN value IS 53 (21.09% from 255) = 12.5%
BLUE value IS 132 (51.95% from 255) = 31.13%
R=56.37%
G=12.5%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395313200.780.450.06334.5285.3257.25
HexEF358404E2D614f5539
Octal35765204011655651712571
Binary1110111111010110000100010011101011011101010011111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3584; }

 p { color: rgb(239,53,132); }

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

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

 a { background-color: rgb(239,53,132); }

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

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

 span { border-color: rgb(239,53,132); }

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