Html Css Color HEX #E205DD Deep Magenta

📋 copy color: '#E205DD'

red 226 ◦ green 5 ◦ blue 221

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

Shades of Deep Magenta #E205DD

Tints of Deep Magenta #E205DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 50%
G = 1.11%
B = 48.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E205DD (or 0xE205DD) is known color: Deep Magenta. HEX triplet: E2, 05 and DD. RGB value is (226,5,221). Sum of RGB (Red+Green+Blue) = 226+5+221=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 5 (2.34% from 255 or 1.11% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E205DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E205DD is #1DFA22. Grayscale: #5F5F5F. Windows color (decimal): -1964579 or 14484962. OLE color: 14484962.

HSL color Cylindrical-coordinate representation of color #E205DD: hue angle of 301.36º 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 #E205DD is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 5 221 -
CMYK 0 0.98 0.02 0.11
HSL 301.36º 0.96% 0.45% -
HSV(B) 301.36º 0.98% 0.89% -
XYZ 44.47 21.5 70.21 -
YUV 95.7 198.72 220.94 -
System Red Green Blue C M Y K H S L
Decimal 226 5 221 0 0.98 0.02 0.11 301.36 0.96 0.45
Hex E2 5 DD 0 62 2 B 12D 60 2D
Octal 342 5 335 0 142 2 13 455 140 55
Binary 11100010 101 11011101 0 1100010 10 1011 100101101 1100000 101101

Color Harmonies of #E205DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E205DD

Black with #E205DD

Text Example


Text Example

White with #E205DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E205DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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