Html Css Color HEX #ED4593 Violet Red

📋 copy color: '#ED4593'

red 237 ◦ green 69 ◦ blue 147

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

Shades of Violet Red #ED4593

Tints of Violet Red #ED4593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.45%

R = 52.32%
G = 15.23%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED4593 (or 0xED4593) is known color: Violet Red. HEX triplet: ED, 45 and 93. RGB value is (237,69,147). Sum of RGB (Red+Green+Blue) = 237+69+147=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4593 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4593 is #12BA6C. Grayscale: #7F7F7F. Windows color (decimal): -1227373 or 9651693. OLE color: 9651693.

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

Color convert

RGB 237 69 147 -
CMYK 0 0.71 0.38 0.07
HSL 332.14º 0.82% 0.6% -
HSV(B) 332.14º 0.71% 0.93% -
XYZ 42.32 24.37 30.08 -
YUV 128.12 138.66 205.66 -
System Red Green Blue C M Y K H S L
Decimal 237 69 147 0 0.71 0.38 0.07 332.14 0.82 0.6
Hex ED 45 93 0 47 26 7 14C 52 3C
Octal 355 105 223 0 107 46 7 514 122 74
Binary 11101101 1000101 10010011 0 1000111 100110 111 101001100 1010010 111100

Color Harmonies of #ED4593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4593

Black with #ED4593

Text Example


Text Example

White with #ED4593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4593; }

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

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

background-color css

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

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

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

border-color css

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

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

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