Html Css Color HEX #E11CCF Deep Magenta

📋 copy color: '#E11CCF'

red 225 ◦ green 28 ◦ blue 207

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

Shades of Deep Magenta #E11CCF

Tints of Deep Magenta #E11CCF

RGB

 RED value IS 225 (88.28% from 255) = 48.91%

 GREEN value IS 28 (11.33% from 255) = 6.09%

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

R = 48.91%
G = 6.09%
B = 45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E11CCF (or 0xE11CCF) is known color: Deep Magenta. HEX triplet: E1, 1C and CF. RGB value is (225,28,207). Sum of RGB (Red+Green+Blue) = 225+28+207=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CCF is #1EE330. Grayscale: #6A6A6A. Windows color (decimal): -2024241 or 13573345. OLE color: 13573345.

HSL color Cylindrical-coordinate representation of color #E11CCF: hue angle of 305.48º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11CCF is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 28 207 -
CMYK 0 0.88 0.08 0.12
HSL 305.48º 0.78% 0.5% -
HSV(B) 305.48º 0.88% 0.88% -
XYZ 42.73 21.34 60.9 -
YUV 107.31 184.27 211.95 -
System Red Green Blue C M Y K H S L
Decimal 225 28 207 0 0.88 0.08 0.12 305.48 0.78 0.5
Hex E1 1C CF 0 58 8 C 131 4E 32
Octal 341 34 317 0 130 10 14 461 116 62
Binary 11100001 11100 11001111 0 1011000 1000 1100 100110001 1001110 110010

Color Harmonies of #E11CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11CCF

Black with #E11CCF

Text Example


Text Example

White with #E11CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11CCF; }

 p { color: rgb(225,28,207); }

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

background-color css

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

 a { background-color: rgb(225,28,207); }

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

border-color css

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

 span { border-color: rgb(225,28,207); }

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