#EF3D84

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

Shades of Violet Red #EF3D84

Tints of Violet Red #EF3D84

Color information

#EF3D84 (or 0xEF3D84) is unknown color: approx Violet Red. HEX triplet: EF, 3D and 84. RGB value is (239,61,132). Sum of RGB (Red+Green+Blue) = 239+61+132=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3D84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3D84 is #10C27B. Grayscale: #7A7A7A. Windows color (decimal): -1098364 or 8666607. OLE color: 8666607.

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

Color convert

RGB23961132-
CMYK00.740.450.06
HSL336.07º84.76%58.82%-
HSV(B)336.07º74.48%93.73%-
XYZ41.4323.3524.15-
YUV122.32133.47211.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.32%
GREEN value IS 61 (24.22% from 255) = 14.12%
BLUE value IS 132 (51.95% from 255) = 30.56%
R=55.32%
G=14.12%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396113200.740.450.06336.0784.7658.82
HexEF3D8404A2D6150553b
Octal35775204011255652012573
Binary1110111111110110000100010010101011011101010100001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3D84; }

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

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

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

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

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

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

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

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