Html Css Color HEX #ED377D Violet Red

📋 copy color: '#ED377D'

red 237 ◦ green 55 ◦ blue 125

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

Shades of Violet Red #ED377D

Tints of Violet Red #ED377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.19%

 BLUE value IS 125 (49.22% from 255) = 29.98%

R = 56.83%
G = 13.19%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED377D (or 0xED377D) is known color: Violet Red. HEX triplet: ED, 37 and 7D. RGB value is (237,55,125). Sum of RGB (Red+Green+Blue) = 237+55+125=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED377D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED377D is #12C882. Grayscale: #757575. Windows color (decimal): -1230979 or 8206317. OLE color: 8206317.

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

Color convert

RGB 237 55 125 -
CMYK 0 0.77 0.47 0.07
HSL 336.92º 0.83% 0.57% -
HSV(B) 336.92º 0.77% 0.93% -
XYZ 39.99 22.22 21.58 -
YUV 117.4 132.3 213.31 -
System Red Green Blue C M Y K H S L
Decimal 237 55 125 0 0.77 0.47 0.07 336.92 0.83 0.57
Hex ED 37 7D 0 4D 2F 7 151 53 39
Octal 355 67 175 0 115 57 7 521 123 71
Binary 11101101 110111 1111101 0 1001101 101111 111 101010001 1010011 111001

Color Harmonies of #ED377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED377D

Black with #ED377D

Text Example


Text Example

White with #ED377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED377D; }

 p { color: rgb(237,55,125); }

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

background-color css

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

 a { background-color: rgb(237,55,125); }

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

border-color css

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

 span { border-color: rgb(237,55,125); }

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