Html Css Color HEX #ED3983 Violet Red

📋 copy color: '#ED3983'

red 237 ◦ green 57 ◦ blue 131

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

Shades of Violet Red #ED3983

Tints of Violet Red #ED3983

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.41%

 BLUE value IS 131 (51.56% from 255) = 30.82%

R = 55.76%
G = 13.41%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED3983 (or 0xED3983) is known color: Violet Red. HEX triplet: ED, 39 and 83. RGB value is (237,57,131). Sum of RGB (Red+Green+Blue) = 237+57+131=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3983 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3983 is #12C67C. Grayscale: #777777. Windows color (decimal): -1230461 or 8600045. OLE color: 8600045.

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

Color convert

RGB 237 57 131 -
CMYK 0 0.76 0.45 0.07
HSL 335.33º 0.83% 0.58% -
HSV(B) 335.33º 0.76% 0.93% -
XYZ 40.48 22.57 23.7 -
YUV 119.26 134.63 211.98 -
System Red Green Blue C M Y K H S L
Decimal 237 57 131 0 0.76 0.45 0.07 335.33 0.83 0.58
Hex ED 39 83 0 4C 2D 7 14F 53 3A
Octal 355 71 203 0 114 55 7 517 123 72
Binary 11101101 111001 10000011 0 1001100 101101 111 101001111 1010011 111010

Color Harmonies of #ED3983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3983

Black with #ED3983

Text Example


Text Example

White with #ED3983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3983; }

 p { color: rgb(237,57,131); }

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

background-color css

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

 a { background-color: rgb(237,57,131); }

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

border-color css

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

 span { border-color: rgb(237,57,131); }

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