Html Css Color HEX #ED3890 Violet Red

📋 copy color: '#ED3890'

red 237 ◦ green 56 ◦ blue 144

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

Shades of Violet Red #ED3890

Tints of Violet Red #ED3890

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.81%

 BLUE value IS 144 (56.64% from 255) = 32.95%

R = 54.23%
G = 12.81%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED3890 (or 0xED3890) is known color: Violet Red. HEX triplet: ED, 38 and 90. RGB value is (237,56,144). Sum of RGB (Red+Green+Blue) = 237+56+144=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3890 is #12C76F. Grayscale: #777777. Windows color (decimal): -1230704 or 9451757. OLE color: 9451757.

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

Color convert

RGB 237 56 144 -
CMYK 0 0.76 0.39 0.07
HSL 330.83º 0.83% 0.57% -
HSV(B) 330.83º 0.76% 0.93% -
XYZ 41.37 22.85 28.61 -
YUV 120.15 141.47 211.34 -
System Red Green Blue C M Y K H S L
Decimal 237 56 144 0 0.76 0.39 0.07 330.83 0.83 0.57
Hex ED 38 90 0 4C 27 7 14B 53 39
Octal 355 70 220 0 114 47 7 513 123 71
Binary 11101101 111000 10010000 0 1001100 100111 111 101001011 1010011 111001

Color Harmonies of #ED3890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3890

Black with #ED3890

Text Example


Text Example

White with #ED3890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3890; }

 p { color: rgb(237,56,144); }

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

background-color css

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

 a { background-color: rgb(237,56,144); }

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

border-color css

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

 span { border-color: rgb(237,56,144); }

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