Html Css Color HEX #E1148F Medium Violet Red

📋 copy color: '#E1148F'

red 225 ◦ green 20 ◦ blue 143

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

Shades of Medium Violet Red #E1148F

Tints of Medium Violet Red #E1148F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.86%

R = 57.99%
G = 5.15%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1148F (or 0xE1148F) is known color: Medium Violet Red. HEX triplet: E1, 14 and 8F. RGB value is (225,20,143). Sum of RGB (Red+Green+Blue) = 225+20+143=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1148F is #1EEB70. Grayscale: #5F5F5F. Windows color (decimal): -2026353 or 9376993. OLE color: 9376993.

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

Color convert

RGB 225 20 143 -
CMYK 0 0.91 0.36 0.12
HSL 324º 0.84% 0.48% -
HSV(B) 324º 0.91% 0.88% -
XYZ 36.26 18.49 27.64 -
YUV 95.32 154.92 220.5 -
System Red Green Blue C M Y K H S L
Decimal 225 20 143 0 0.91 0.36 0.12 324 0.84 0.48
Hex E1 14 8F 0 5B 24 C 144 54 30
Octal 341 24 217 0 133 44 14 504 124 60
Binary 11100001 10100 10001111 0 1011011 100100 1100 101000100 1010100 110000

Color Harmonies of #E1148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1148F

Black with #E1148F

Text Example


Text Example

White with #E1148F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1148F; }

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

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

background-color css

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

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

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

border-color css

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

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

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