Html Css Color HEX #ED367C Violet Red

📋 copy color: '#ED367C'

red 237 ◦ green 54 ◦ blue 124

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

Shades of Violet Red #ED367C

Tints of Violet Red #ED367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.01%

 BLUE value IS 124 (48.83% from 255) = 29.88%

R = 57.11%
G = 13.01%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED367C (or 0xED367C) is known color: Violet Red. HEX triplet: ED, 36 and 7C. RGB value is (237,54,124). Sum of RGB (Red+Green+Blue) = 237+54+124=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED367C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED367C is #12C983. Grayscale: #747474. Windows color (decimal): -1231236 or 8140525. OLE color: 8140525.

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

Color convert

RGB 237 54 124 -
CMYK 0 0.77 0.48 0.07
HSL 337.05º 0.84% 0.57% -
HSV(B) 337.05º 0.77% 0.93% -
XYZ 39.88 22.1 21.23 -
YUV 116.7 132.13 213.81 -
System Red Green Blue C M Y K H S L
Decimal 237 54 124 0 0.77 0.48 0.07 337.05 0.84 0.57
Hex ED 36 7C 0 4D 30 7 151 54 39
Octal 355 66 174 0 115 60 7 521 124 71
Binary 11101101 110110 1111100 0 1001101 110000 111 101010001 1010100 111001

Color Harmonies of #ED367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED367C

Black with #ED367C

Text Example


Text Example

White with #ED367C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED367C; }

 p { color: rgb(237,54,124); }

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

background-color css

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

 a { background-color: rgb(237,54,124); }

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

border-color css

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

 span { border-color: rgb(237,54,124); }

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