Html Css Color HEX #E01CCF Deep Magenta

📋 copy color: '#E01CCF'

red 224 ◦ green 28 ◦ blue 207

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

Shades of Deep Magenta #E01CCF

Tints of Deep Magenta #E01CCF

RGB

 RED value IS 224 (87.89% from 255) = 48.8%

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

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

R = 48.8%
G = 6.1%
B = 45.1%

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

#E01CCF (or 0xE01CCF) is known color: Deep Magenta. HEX triplet: E0, 1C and CF. RGB value is (224,28,207). Sum of RGB (Red+Green+Blue) = 224+28+207=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CCF is #1FE330. Grayscale: #6A6A6A. Windows color (decimal): -2089777 or 13573344. OLE color: 13573344.

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

Color convert

RGB 224 28 207 -
CMYK 0 0.88 0.08 0.12
HSL 305.2º 0.78% 0.49% -
HSV(B) 305.2º 0.88% 0.88% -
XYZ 42.42 21.18 60.88 -
YUV 107.01 184.43 211.45 -
System Red Green Blue C M Y K H S L
Decimal 224 28 207 0 0.88 0.08 0.12 305.2 0.78 0.49
Hex E0 1C CF 0 58 8 C 131 4E 31
Octal 340 34 317 0 130 10 14 461 116 61
Binary 11100000 11100 11001111 0 1011000 1000 1100 100110001 1001110 110001

Color Harmonies of #E01CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01CCF

Black with #E01CCF

Text Example


Text Example

White with #E01CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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