Html Css Color HEX #ED367F Violet Red

📋 copy color: '#ED367F'

red 237 ◦ green 54 ◦ blue 127

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

Shades of Violet Red #ED367F

Tints of Violet Red #ED367F

RGB

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

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

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

R = 56.7%
G = 12.92%
B = 30.38%

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

#ED367F (or 0xED367F) is known color: Violet Red. HEX triplet: ED, 36 and 7F. RGB value is (237,54,127). Sum of RGB (Red+Green+Blue) = 237+54+127=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED367F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED367F is #12C980. Grayscale: #747474. Windows color (decimal): -1231233 or 8337133. OLE color: 8337133.

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

Color convert

RGB 237 54 127 -
CMYK 0 0.77 0.46 0.07
HSL 336.07º 0.84% 0.57% -
HSV(B) 336.07º 0.77% 0.93% -
XYZ 40.07 22.18 22.25 -
YUV 117.04 133.63 213.56 -
System Red Green Blue C M Y K H S L
Decimal 237 54 127 0 0.77 0.46 0.07 336.07 0.84 0.57
Hex ED 36 7F 0 4D 2E 7 150 54 39
Octal 355 66 177 0 115 56 7 520 124 71
Binary 11101101 110110 1111111 0 1001101 101110 111 101010000 1010100 111001

Color Harmonies of #ED367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED367F

Black with #ED367F

Text Example


Text Example

White with #ED367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED367F; }

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

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

background-color css

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

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

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

border-color css

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

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

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