Html Css Color HEX #ED459D Violet Red

📋 copy color: '#ED459D'

red 237 ◦ green 69 ◦ blue 157

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

Shades of Violet Red #ED459D

Tints of Violet Red #ED459D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.9%

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

R = 51.19%
G = 14.9%
B = 33.91%

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

#ED459D (or 0xED459D) is known color: Violet Red. HEX triplet: ED, 45 and 9D. RGB value is (237,69,157). Sum of RGB (Red+Green+Blue) = 237+69+157=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED459D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED459D is #12BA62. Grayscale: #818181. Windows color (decimal): -1227363 or 10307053. OLE color: 10307053.

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

Color convert

RGB 237 69 157 -
CMYK 0 0.71 0.34 0.07
HSL 328.57º 0.82% 0.6% -
HSV(B) 328.57º 0.71% 0.93% -
XYZ 43.14 24.7 34.39 -
YUV 129.26 143.66 204.84 -
System Red Green Blue C M Y K H S L
Decimal 237 69 157 0 0.71 0.34 0.07 328.57 0.82 0.6
Hex ED 45 9D 0 47 22 7 149 52 3C
Octal 355 105 235 0 107 42 7 511 122 74
Binary 11101101 1000101 10011101 0 1000111 100010 111 101001001 1010010 111100

Color Harmonies of #ED459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED459D

Black with #ED459D

Text Example


Text Example

White with #ED459D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED459D; }

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

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

background-color css

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

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

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

border-color css

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

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

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