Html Css Color HEX #E307CF Deep Magenta

📋 copy color: '#E307CF'

red 227 ◦ green 7 ◦ blue 207

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

Shades of Deep Magenta #E307CF

Tints of Deep Magenta #E307CF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.59%

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

R = 51.47%
G = 1.59%
B = 46.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E307CF (or 0xE307CF) is known color: Deep Magenta. HEX triplet: E3, 07 and CF. RGB value is (227,7,207). Sum of RGB (Red+Green+Blue) = 227+7+207=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 7 (3.12% from 255 or 1.59% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E307CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E307CF is #1CF830. Grayscale: #5E5E5E. Windows color (decimal): -1898545 or 13567971. OLE color: 13567971.

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

Color convert

RGB 227 7 207 -
CMYK 0 0.97 0.09 0.11
HSL 305.45º 0.94% 0.46% -
HSV(B) 305.45º 0.97% 0.89% -
XYZ 43.02 20.99 60.82 -
YUV 95.58 190.89 221.74 -
System Red Green Blue C M Y K H S L
Decimal 227 7 207 0 0.97 0.09 0.11 305.45 0.94 0.46
Hex E3 7 CF 0 61 9 B 131 5E 2E
Octal 343 7 317 0 141 11 13 461 136 56
Binary 11100011 111 11001111 0 1100001 1001 1011 100110001 1011110 101110

Color Harmonies of #E307CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E307CF

Black with #E307CF

Text Example


Text Example

White with #E307CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E307CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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