Html Css Color HEX #ED449D Violet Red

📋 copy color: '#ED449D'

red 237 ◦ green 68 ◦ blue 157

#ED449D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #ED449D

Tints of Violet Red #ED449D

RGB

 RED value IS 237 (92.97% from 255) = 51.3%

 GREEN value IS 68 (26.95% from 255) = 14.72%

 BLUE value IS 157 (61.72% from 255) = 33.98%

R = 51.3%
G = 14.72%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED449D (or 0xED449D) is known color: Violet Red. HEX triplet: ED, 44 and 9D. RGB value is (237,68,157). Sum of RGB (Red+Green+Blue) = 237+68+157=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED449D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED449D is #12BB62. Grayscale: #808080. Windows color (decimal): -1227619 or 10306797. OLE color: 10306797.

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

Color convert

RGB 237 68 157 -
CMYK 0 0.71 0.34 0.07
HSL 328.4º 0.82% 0.6% -
HSV(B) 328.4º 0.71% 0.93% -
XYZ 43.08 24.57 34.37 -
YUV 128.68 143.99 205.26 -
System Red Green Blue C M Y K H S L
Decimal 237 68 157 0 0.71 0.34 0.07 328.4 0.82 0.6
Hex ED 44 9D 0 47 22 7 148 52 3C
Octal 355 104 235 0 107 42 7 510 122 74
Binary 11101101 1000100 10011101 0 1000111 100010 111 101001000 1010010 111100

Color Harmonies of #ED449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED449D

Black with #ED449D

Text Example


Text Example

White with #ED449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED449D; }

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

 H1.HeaderClassName
 {
   color: #ED449D;
 }
 .AnyTagClassName
 {
   color: #ED449D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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