#ED448D

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

Shades of Violet Red #ED448D

Tints of Violet Red #ED448D

Color information

#ED448D (or 0xED448D) is unknown color: approx Violet Red. HEX triplet: ED, 44 and 8D. RGB value is (237,68,141). Sum of RGB (Red+Green+Blue) = 237+68+141=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED448D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED448D is #12BB72. Grayscale: #7E7E7E. Windows color (decimal): -1227635 or 9258221. OLE color: 9258221.

HSL color Cylindrical-coordinate representation of color #ED448D: hue angle of 334.08º 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 #ED448D is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB23768141-
CMYK00.710.410.07
HSL334.08º82.44%59.8%-
HSV(B)334.08º71.31%92.94%-
XYZ41.824.0627.64-
YUV126.85135.99206.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.14%
GREEN value IS 68 (26.95% from 255) = 15.25%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=53.14%
G=15.25%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376814100.710.410.07334.0882.4459.8
HexED448D04729714e523c
Octal355104215010751751612274
Binary11101101100010010001101010001111010011111010011101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED448D; }

 p { color: rgb(237,68,141); }

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

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

 a { background-color: rgb(237,68,141); }

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

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

 span { border-color: rgb(237,68,141); }

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