Html Css Color HEX #E01695 Medium Violet Red

📋 copy color: '#E01695'

red 224 ◦ green 22 ◦ blue 149

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

Shades of Medium Violet Red #E01695

Tints of Medium Violet Red #E01695

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.57%

 BLUE value IS 149 (58.59% from 255) = 37.72%

R = 56.71%
G = 5.57%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E01695 (or 0xE01695) is known color: Medium Violet Red. HEX triplet: E0, 16 and 95. RGB value is (224,22,149). Sum of RGB (Red+Green+Blue) = 224+22+149=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E01695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01695 is #1FE96A. Grayscale: #606060. Windows color (decimal): -2091371 or 9770720. OLE color: 9770720.

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

Color convert

RGB 224 22 149 -
CMYK 0 0.90 0.33 0.12
HSL 322.28º 0.82% 0.48% -
HSV(B) 322.28º 0.9% 0.88% -
XYZ 36.45 18.59 30.1 -
YUV 96.88 157.42 218.67 -
System Red Green Blue C M Y K H S L
Decimal 224 22 149 0 0.90 0.33 0.12 322.28 0.82 0.48
Hex E0 16 95 0 5A 21 C 142 52 30
Octal 340 26 225 0 132 41 14 502 122 60
Binary 11100000 10110 10010101 0 1011010 100001 1100 101000010 1010010 110000

Color Harmonies of #E01695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01695

Black with #E01695

Text Example


Text Example

White with #E01695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01695; }

 p { color: rgb(224,22,149); }

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

background-color css

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

 a { background-color: rgb(224,22,149); }

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

border-color css

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

 span { border-color: rgb(224,22,149); }

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