Html Css Color HEX #ED367A Violet Red

📋 copy color: '#ED367A'

red 237 ◦ green 54 ◦ blue 122

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

Shades of Violet Red #ED367A

Tints of Violet Red #ED367A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 57.38%
G = 13.08%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED367A (or 0xED367A) is known color: Violet Red. HEX triplet: ED, 36 and 7A. RGB value is (237,54,122). Sum of RGB (Red+Green+Blue) = 237+54+122=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED367A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED367A is #12C985. Grayscale: #747474. Windows color (decimal): -1231238 or 8009453. OLE color: 8009453.

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

Color convert

RGB 237 54 122 -
CMYK 0 0.77 0.49 0.07
HSL 337.7º 0.84% 0.57% -
HSV(B) 337.7º 0.77% 0.93% -
XYZ 39.76 22.05 20.57 -
YUV 116.47 131.13 213.97 -
System Red Green Blue C M Y K H S L
Decimal 237 54 122 0 0.77 0.49 0.07 337.7 0.84 0.57
Hex ED 36 7A 0 4D 31 7 152 54 39
Octal 355 66 172 0 115 61 7 522 124 71
Binary 11101101 110110 1111010 0 1001101 110001 111 101010010 1010100 111001

Color Harmonies of #ED367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED367A

Black with #ED367A

Text Example


Text Example

White with #ED367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED367A; }

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

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

background-color css

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

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

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

border-color css

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

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

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