Html Css Color HEX #E30FCF Deep Magenta

📋 copy color: '#E30FCF'

red 227 ◦ green 15 ◦ blue 207

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

Shades of Deep Magenta #E30FCF

Tints of Deep Magenta #E30FCF

RGB

 RED value IS 227 (89.06% from 255) = 50.56%

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

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

R = 50.56%
G = 3.34%
B = 46.1%

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

#E30FCF (or 0xE30FCF) is known color: Deep Magenta. HEX triplet: E3, 0F and CF. RGB value is (227,15,207). Sum of RGB (Red+Green+Blue) = 227+15+207=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E30FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30FCF is #1CF030. Grayscale: #636363. Windows color (decimal): -1896497 or 13570019. OLE color: 13570019.

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

Color convert

RGB 227 15 207 -
CMYK 0 0.93 0.09 0.11
HSL 305.66º 0.88% 0.47% -
HSV(B) 305.66º 0.93% 0.89% -
XYZ 43.11 21.18 60.85 -
YUV 100.28 188.24 218.39 -
System Red Green Blue C M Y K H S L
Decimal 227 15 207 0 0.93 0.09 0.11 305.66 0.88 0.47
Hex E3 F CF 0 5D 9 B 132 58 2F
Octal 343 17 317 0 135 11 13 462 130 57
Binary 11100011 1111 11001111 0 1011101 1001 1011 100110010 1011000 101111

Color Harmonies of #E30FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30FCF

Black with #E30FCF

Text Example


Text Example

White with #E30FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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