Html Css Color HEX #E40F7D Medium Violet Red

📋 copy color: '#E40F7D'

red 228 ◦ green 15 ◦ blue 125

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

Shades of Medium Violet Red #E40F7D

Tints of Medium Violet Red #E40F7D

RGB

 RED value IS 228 (89.45% from 255) = 61.96%

 GREEN value IS 15 (6.25% from 255) = 4.08%

 BLUE value IS 125 (49.22% from 255) = 33.97%

R = 61.96%
G = 4.08%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E40F7D (or 0xE40F7D) is known color: Medium Violet Red. HEX triplet: E4, 0F and 7D. RGB value is (228,15,125). Sum of RGB (Red+Green+Blue) = 228+15+125=368 (48% of max value = 765). Red value is 228 (89.45% from 255 or 61.96% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40F7D is #1BF082. Grayscale: #5A5A5A. Windows color (decimal): -1831043 or 8196068. OLE color: 8196068.

HSL color Cylindrical-coordinate representation of color #E40F7D: hue angle of 329.01º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E40F7D is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 15 125 -
CMYK 0 0.93 0.45 0.11
HSL 329.01º 0.88% 0.48% -
HSV(B) 329.01º 0.93% 0.89% -
XYZ 35.87 18.32 21.05 -
YUV 91.23 147.07 225.56 -
System Red Green Blue C M Y K H S L
Decimal 228 15 125 0 0.93 0.45 0.11 329.01 0.88 0.48
Hex E4 F 7D 0 5D 2D B 149 58 30
Octal 344 17 175 0 135 55 13 511 130 60
Binary 11100100 1111 1111101 0 1011101 101101 1011 101001001 1011000 110000

Color Harmonies of #E40F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40F7D

Black with #E40F7D

Text Example


Text Example

White with #E40F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40F7D; }

 p { color: rgb(228,15,125); }

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

background-color css

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

 a { background-color: rgb(228,15,125); }

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

border-color css

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

 span { border-color: rgb(228,15,125); }

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