#ed4392

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

Shades of Violet Red #ED4392

Tints of Violet Red #ED4392

Color information

#ED4392 (or 0xED4392) is unknown color: approx Violet Red. HEX triplet: ED, 43 and 92. RGB value is (237,67,146). Sum of RGB (Red+Green+Blue) = 237+67+146=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 67 (26.56% from 255 or 14.89% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4392 is #12BC6D. Grayscale: #7E7E7E. Windows color (decimal): -1227886 or 9585645. OLE color: 9585645.

HSL color Cylindrical-coordinate representation of color #ED4392: hue angle of 332.12º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED4392 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB23767146-
CMYK00.720.380.07
HSL332.12º82.52%59.61%-
HSV(B)332.12º71.73%92.94%-
XYZ42.1224.0929.62-
YUV126.84138.82206.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.67%
GREEN value IS 67 (26.56% from 255) = 14.89%
BLUE value IS 146 (57.42% from 255) = 32.44%
R=52.67%
G=14.89%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376714600.720.380.07332.1282.5259.61
HexED439204826714c533c
Octal355103222011046751412374
Binary11101101100001110010010010010001001101111010011001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed4392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed4392; }

 p { color: rgb(237,67,146); }

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

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

 a { background-color: rgb(237,67,146); }

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

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

 span { border-color: rgb(237,67,146); }

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