#ED3D90

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

Shades of Violet Red #ED3D90

Tints of Violet Red #ED3D90

Color information

#ED3D90 (or 0xED3D90) is unknown color: approx Violet Red. HEX triplet: ED, 3D and 90. RGB value is (237,61,144). Sum of RGB (Red+Green+Blue) = 237+61+144=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3D90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3D90 is #12C26F. Grayscale: #7A7A7A. Windows color (decimal): -1229424 or 9453037. OLE color: 9453037.

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

Color convert

RGB23761144-
CMYK00.740.390.07
HSL331.7º83.02%58.43%-
HSV(B)331.7º74.26%92.94%-
XYZ41.6323.3628.7-
YUV123.09139.81209.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.62%
GREEN value IS 61 (24.22% from 255) = 13.80%
BLUE value IS 144 (56.64% from 255) = 32.58%
R=53.62%
G=13.80%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376114400.740.390.07331.783.0258.43
HexED3D9004A27714c533a
Octal35575220011247751412372
Binary1110110111110110010000010010101001111111010011001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3D90; }

 p { color: rgb(237,61,144); }

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

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

 a { background-color: rgb(237,61,144); }

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

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

 span { border-color: rgb(237,61,144); }

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