Html Css Color HEX #E40F7F Medium Violet Red

📋 copy color: '#E40F7F'

red 228 ◦ green 15 ◦ blue 127

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

Shades of Medium Violet Red #E40F7F

Tints of Medium Violet Red #E40F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.32%

R = 61.62%
G = 4.05%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E40F7F (or 0xE40F7F) is known color: Medium Violet Red. HEX triplet: E4, 0F and 7F. RGB value is (228,15,127). Sum of RGB (Red+Green+Blue) = 228+15+127=370 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.62% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40F7F is #1BF080. Grayscale: #5B5B5B. Windows color (decimal): -1831041 or 8327140. OLE color: 8327140.

HSL color Cylindrical-coordinate representation of color #E40F7F: hue angle of 328.45º 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 #E40F7F is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 15 127 -
CMYK 0 0.93 0.44 0.11
HSL 328.45º 0.88% 0.48% -
HSV(B) 328.45º 0.93% 0.89% -
XYZ 36 18.37 21.73 -
YUV 91.46 148.07 225.39 -
System Red Green Blue C M Y K H S L
Decimal 228 15 127 0 0.93 0.44 0.11 328.45 0.88 0.48
Hex E4 F 7F 0 5D 2C B 148 58 30
Octal 344 17 177 0 135 54 13 510 130 60
Binary 11100100 1111 1111111 0 1011101 101100 1011 101001000 1011000 110000

Color Harmonies of #E40F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40F7F

Black with #E40F7F

Text Example


Text Example

White with #E40F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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