Html Css Color HEX #E00CCD Deep Magenta

📋 copy color: '#E00CCD'

red 224 ◦ green 12 ◦ blue 205

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

Shades of Deep Magenta #E00CCD

Tints of Deep Magenta #E00CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.72%

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 50.79%
G = 2.72%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E00CCD (or 0xE00CCD) is known color: Deep Magenta. HEX triplet: E0, 0C and CD. RGB value is (224,12,205). Sum of RGB (Red+Green+Blue) = 224+12+205=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00CCD is #1FF332. Grayscale: #606060. Windows color (decimal): -2093875 or 13438176. OLE color: 13438176.

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

Color convert

RGB 224 12 205 -
CMYK 0 0.95 0.08 0.12
HSL 305.38º 0.9% 0.46% -
HSV(B) 305.38º 0.95% 0.88% -
XYZ 41.89 20.52 59.51 -
YUV 97.39 188.74 218.31 -
System Red Green Blue C M Y K H S L
Decimal 224 12 205 0 0.95 0.08 0.12 305.38 0.9 0.46
Hex E0 C CD 0 5F 8 C 131 5A 2E
Octal 340 14 315 0 137 10 14 461 132 56
Binary 11100000 1100 11001101 0 1011111 1000 1100 100110001 1011010 101110

Color Harmonies of #E00CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00CCD

Black with #E00CCD

Text Example


Text Example

White with #E00CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00CCD; }

 p { color: rgb(224,12,205); }

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

background-color css

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

 a { background-color: rgb(224,12,205); }

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

border-color css

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

 span { border-color: rgb(224,12,205); }

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