Html Css Color HEX #E01596 Medium Violet Red

📋 copy color: '#E01596'

red 224 ◦ green 21 ◦ blue 150

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

Shades of Medium Violet Red #E01596

Tints of Medium Violet Red #E01596

RGB

 RED value IS 224 (87.89% from 255) = 56.71%

 GREEN value IS 21 (8.59% from 255) = 5.32%

 BLUE value IS 150 (58.98% from 255) = 37.97%

R = 56.71%
G = 5.32%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E01596 (or 0xE01596) is known color: Medium Violet Red. HEX triplet: E0, 15 and 96. RGB value is (224,21,150). Sum of RGB (Red+Green+Blue) = 224+21+150=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E01596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01596 is #1FEA69. Grayscale: #606060. Windows color (decimal): -2091626 or 9836000. OLE color: 9836000.

HSL color Cylindrical-coordinate representation of color #E01596: hue angle of 321.87º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01596 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 21 150 -
CMYK 0 0.91 0.33 0.12
HSL 321.87º 0.83% 0.48% -
HSV(B) 321.87º 0.91% 0.88% -
XYZ 36.51 18.59 30.52 -
YUV 96.4 158.25 219.01 -
System Red Green Blue C M Y K H S L
Decimal 224 21 150 0 0.91 0.33 0.12 321.87 0.83 0.48
Hex E0 15 96 0 5B 21 C 142 53 30
Octal 340 25 226 0 133 41 14 502 123 60
Binary 11100000 10101 10010110 0 1011011 100001 1100 101000010 1010011 110000

Color Harmonies of #E01596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01596

Black with #E01596

Text Example


Text Example

White with #E01596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01596; }

 p { color: rgb(224,21,150); }

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

background-color css

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

 a { background-color: rgb(224,21,150); }

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

border-color css

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

 span { border-color: rgb(224,21,150); }

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