Html Css Color HEX #E40FCF Deep Magenta

📋 copy color: '#E40FCF'

red 228 ◦ green 15 ◦ blue 207

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

Shades of Deep Magenta #E40FCF

Tints of Deep Magenta #E40FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46%

R = 50.67%
G = 3.33%
B = 46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E40FCF (or 0xE40FCF) is known color: Deep Magenta. HEX triplet: E4, 0F and CF. RGB value is (228,15,207). Sum of RGB (Red+Green+Blue) = 228+15+207=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 15 (6.25% from 255 or 3.33% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E40FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40FCF is #1BF030. Grayscale: #646464. Windows color (decimal): -1830961 or 13570020. OLE color: 13570020.

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

Color convert

RGB 228 15 207 -
CMYK 0 0.93 0.09 0.11
HSL 305.92º 0.88% 0.48% -
HSV(B) 305.92º 0.93% 0.89% -
XYZ 43.43 21.34 60.86 -
YUV 100.58 188.07 218.89 -
System Red Green Blue C M Y K H S L
Decimal 228 15 207 0 0.93 0.09 0.11 305.92 0.88 0.48
Hex E4 F CF 0 5D 9 B 132 58 30
Octal 344 17 317 0 135 11 13 462 130 60
Binary 11100100 1111 11001111 0 1011101 1001 1011 100110010 1011000 110000

Color Harmonies of #E40FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40FCF

Black with #E40FCF

Text Example


Text Example

White with #E40FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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