#ED458E

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

Shades of Violet Red #ED458E

Tints of Violet Red #ED458E

Color information

#ED458E (or 0xED458E) is unknown color: approx Violet Red. HEX triplet: ED, 45 and 8E. RGB value is (237,69,142). Sum of RGB (Red+Green+Blue) = 237+69+142=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED458E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED458E is #12BA71. Grayscale: #7F7F7F. Windows color (decimal): -1227378 or 9324013. OLE color: 9324013.

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

Color convert

RGB23769142-
CMYK00.710.400.07
HSL333.93º82.35%60%-
HSV(B)333.93º70.89%92.94%-
XYZ41.9424.2128.05-
YUV127.55136.16206.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.90%
GREEN value IS 69 (27.34% from 255) = 15.40%
BLUE value IS 142 (55.86% from 255) = 31.70%
R=52.90%
G=15.40%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376914200.710.400.07333.9382.3560
HexED458E04728714e523c
Octal355105216010750751612274
Binary11101101100010110001110010001111010001111010011101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED458E; }

 p { color: rgb(237,69,142); }

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

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

 a { background-color: rgb(237,69,142); }

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

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

 span { border-color: rgb(237,69,142); }

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