Html Css Color HEX #ED377F Violet Red

📋 copy color: '#ED377F'

red 237 ◦ green 55 ◦ blue 127

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

Shades of Violet Red #ED377F

Tints of Violet Red #ED377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.31%

R = 56.56%
G = 13.13%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED377F (or 0xED377F) is known color: Violet Red. HEX triplet: ED, 37 and 7F. RGB value is (237,55,127). Sum of RGB (Red+Green+Blue) = 237+55+127=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED377F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED377F is #12C880. Grayscale: #757575. Windows color (decimal): -1230977 or 8337389. OLE color: 8337389.

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

Color convert

RGB 237 55 127 -
CMYK 0 0.77 0.46 0.07
HSL 336.26º 0.83% 0.57% -
HSV(B) 336.26º 0.77% 0.93% -
XYZ 40.12 22.27 22.26 -
YUV 117.63 133.3 213.15 -
System Red Green Blue C M Y K H S L
Decimal 237 55 127 0 0.77 0.46 0.07 336.26 0.83 0.57
Hex ED 37 7F 0 4D 2E 7 150 53 39
Octal 355 67 177 0 115 56 7 520 123 71
Binary 11101101 110111 1111111 0 1001101 101110 111 101010000 1010011 111001

Color Harmonies of #ED377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED377F

Black with #ED377F

Text Example


Text Example

White with #ED377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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