Html Css Color HEX #ED367E Violet Red

📋 copy color: '#ED367E'

red 237 ◦ green 54 ◦ blue 126

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

Shades of Violet Red #ED367E

Tints of Violet Red #ED367E

RGB

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

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

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

R = 56.83%
G = 12.95%
B = 30.22%

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

#ED367E (or 0xED367E) is known color: Violet Red. HEX triplet: ED, 36 and 7E. RGB value is (237,54,126). Sum of RGB (Red+Green+Blue) = 237+54+126=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED367E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED367E is #12C981. Grayscale: #747474. Windows color (decimal): -1231234 or 8271597. OLE color: 8271597.

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

Color convert

RGB 237 54 126 -
CMYK 0 0.77 0.47 0.07
HSL 336.39º 0.84% 0.57% -
HSV(B) 336.39º 0.77% 0.93% -
XYZ 40.01 22.15 21.91 -
YUV 116.93 133.13 213.65 -
System Red Green Blue C M Y K H S L
Decimal 237 54 126 0 0.77 0.47 0.07 336.39 0.84 0.57
Hex ED 36 7E 0 4D 2F 7 150 54 39
Octal 355 66 176 0 115 57 7 520 124 71
Binary 11101101 110110 1111110 0 1001101 101111 111 101010000 1010100 111001

Color Harmonies of #ED367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED367E

Black with #ED367E

Text Example


Text Example

White with #ED367E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED367E; }

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

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

background-color css

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

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

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

border-color css

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

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

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