Html Css Color HEX #E205CC Deep Magenta

📋 copy color: '#E205CC'

red 226 ◦ green 5 ◦ blue 204

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

Shades of Deep Magenta #E205CC

Tints of Deep Magenta #E205CC

RGB

 RED value IS 226 (88.67% from 255) = 51.95%

 GREEN value IS 5 (2.34% from 255) = 1.15%

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 51.95%
G = 1.15%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E205CC (or 0xE205CC) is known color: Deep Magenta. HEX triplet: E2, 05 and CC. RGB value is (226,5,204). Sum of RGB (Red+Green+Blue) = 226+5+204=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E205CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E205CC is #1DFA33. Grayscale: #5D5D5D. Windows color (decimal): -1964596 or 13370850. OLE color: 13370850.

HSL color Cylindrical-coordinate representation of color #E205CC: hue angle of 305.97º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E205CC is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 5 204 -
CMYK 0 0.98 0.10 0.11
HSL 305.97º 0.96% 0.45% -
HSV(B) 305.97º 0.98% 0.89% -
XYZ 42.32 20.64 58.88 -
YUV 93.77 190.22 222.32 -
System Red Green Blue C M Y K H S L
Decimal 226 5 204 0 0.98 0.10 0.11 305.97 0.96 0.45
Hex E2 5 CC 0 62 A B 132 60 2D
Octal 342 5 314 0 142 12 13 462 140 55
Binary 11100010 101 11001100 0 1100010 1010 1011 100110010 1100000 101101

Color Harmonies of #E205CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E205CC

Black with #E205CC

Text Example


Text Example

White with #E205CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E205CC; }

 p { color: rgb(226,5,204); }

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

background-color css

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

 a { background-color: rgb(226,5,204); }

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

border-color css

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

 span { border-color: rgb(226,5,204); }

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