Html Css Color HEX #E11484 Medium Violet Red

📋 copy color: '#E11484'

red 225 ◦ green 20 ◦ blue 132

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

Shades of Medium Violet Red #E11484

Tints of Medium Violet Red #E11484

RGB

 RED value IS 225 (88.28% from 255) = 59.68%

 GREEN value IS 20 (8.2% from 255) = 5.31%

 BLUE value IS 132 (51.95% from 255) = 35.01%

R = 59.68%
G = 5.31%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E11484 (or 0xE11484) is known color: Medium Violet Red. HEX triplet: E1, 14 and 84. RGB value is (225,20,132). Sum of RGB (Red+Green+Blue) = 225+20+132=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E11484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11484 is #1EEB7B. Grayscale: #5D5D5D. Windows color (decimal): -2026364 or 8656097. OLE color: 8656097.

HSL color Cylindrical-coordinate representation of color #E11484: hue angle of 327.22º degrees, saturation: 0.84, 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 #E11484 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 20 132 -
CMYK 0 0.91 0.41 0.12
HSL 327.22º 0.84% 0.48% -
HSV(B) 327.22º 0.91% 0.88% -
XYZ 35.47 18.17 23.47 -
YUV 94.06 149.42 221.39 -
System Red Green Blue C M Y K H S L
Decimal 225 20 132 0 0.91 0.41 0.12 327.22 0.84 0.48
Hex E1 14 84 0 5B 29 C 147 54 30
Octal 341 24 204 0 133 51 14 507 124 60
Binary 11100001 10100 10000100 0 1011011 101001 1100 101000111 1010100 110000

Color Harmonies of #E11484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11484

Black with #E11484

Text Example


Text Example

White with #E11484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11484; }

 p { color: rgb(225,20,132); }

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

background-color css

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

 a { background-color: rgb(225,20,132); }

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

border-color css

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

 span { border-color: rgb(225,20,132); }

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