Html Css Color HEX #ED377E Violet Red

📋 copy color: '#ED377E'

red 237 ◦ green 55 ◦ blue 126

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

Shades of Violet Red #ED377E

Tints of Violet Red #ED377E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.14%

R = 56.7%
G = 13.16%
B = 30.14%

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

#ED377E (or 0xED377E) is known color: Violet Red. HEX triplet: ED, 37 and 7E. RGB value is (237,55,126). Sum of RGB (Red+Green+Blue) = 237+55+126=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED377E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED377E is #12C881. Grayscale: #757575. Windows color (decimal): -1230978 or 8271853. OLE color: 8271853.

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

Color convert

RGB 237 55 126 -
CMYK 0 0.77 0.47 0.07
HSL 336.59º 0.83% 0.57% -
HSV(B) 336.59º 0.77% 0.93% -
XYZ 40.06 22.24 21.92 -
YUV 117.51 132.8 213.23 -
System Red Green Blue C M Y K H S L
Decimal 237 55 126 0 0.77 0.47 0.07 336.59 0.83 0.57
Hex ED 37 7E 0 4D 2F 7 151 53 39
Octal 355 67 176 0 115 57 7 521 123 71
Binary 11101101 110111 1111110 0 1001101 101111 111 101010001 1010011 111001

Color Harmonies of #ED377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED377E

Black with #ED377E

Text Example


Text Example

White with #ED377E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED377E; }

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

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

background-color css

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

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

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

border-color css

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

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

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