Html Css Color HEX #ED3981 Violet Red

📋 copy color: '#ED3981'

red 237 ◦ green 57 ◦ blue 129

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

Shades of Violet Red #ED3981

Tints of Violet Red #ED3981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.5%

R = 56.03%
G = 13.48%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED3981 (or 0xED3981) is known color: Violet Red. HEX triplet: ED, 39 and 81. RGB value is (237,57,129). Sum of RGB (Red+Green+Blue) = 237+57+129=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3981 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3981 is #12C67E. Grayscale: #767676. Windows color (decimal): -1230463 or 8468973. OLE color: 8468973.

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

Color convert

RGB 237 57 129 -
CMYK 0 0.76 0.46 0.07
HSL 336º 0.83% 0.58% -
HSV(B) 336º 0.76% 0.93% -
XYZ 40.35 22.52 22.99 -
YUV 119.03 133.63 212.15 -
System Red Green Blue C M Y K H S L
Decimal 237 57 129 0 0.76 0.46 0.07 336 0.83 0.58
Hex ED 39 81 0 4C 2E 7 150 53 3A
Octal 355 71 201 0 114 56 7 520 123 72
Binary 11101101 111001 10000001 0 1001100 101110 111 101010000 1010011 111010

Color Harmonies of #ED3981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3981

Black with #ED3981

Text Example


Text Example

White with #ED3981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3981; }

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

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

background-color css

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

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

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

border-color css

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

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

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