Html Css Color HEX #E01694 Medium Violet Red

📋 copy color: '#E01694'

red 224 ◦ green 22 ◦ blue 148

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

Shades of Medium Violet Red #E01694

Tints of Medium Violet Red #E01694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.56%

R = 56.85%
G = 5.58%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E01694 (or 0xE01694) is known color: Medium Violet Red. HEX triplet: E0, 16 and 94. RGB value is (224,22,148). Sum of RGB (Red+Green+Blue) = 224+22+148=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E01694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01694 is #1FE96B. Grayscale: #606060. Windows color (decimal): -2091372 or 9705184. OLE color: 9705184.

HSL color Cylindrical-coordinate representation of color #E01694: hue angle of 322.57º 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 #E01694 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 22 148 -
CMYK 0 0.90 0.34 0.12
HSL 322.57º 0.82% 0.48% -
HSV(B) 322.57º 0.9% 0.88% -
XYZ 36.37 18.56 29.68 -
YUV 96.76 156.92 218.75 -
System Red Green Blue C M Y K H S L
Decimal 224 22 148 0 0.90 0.34 0.12 322.57 0.82 0.48
Hex E0 16 94 0 5A 22 C 143 52 30
Octal 340 26 224 0 132 42 14 503 122 60
Binary 11100000 10110 10010100 0 1011010 100010 1100 101000011 1010010 110000

Color Harmonies of #E01694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01694

Black with #E01694

Text Example


Text Example

White with #E01694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01694; }

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

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

background-color css

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

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

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

border-color css

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

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

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