Html Css Color HEX #E213CC Deep Magenta

📋 copy color: '#E213CC'

red 226 ◦ green 19 ◦ blue 204

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

Shades of Deep Magenta #E213CC

Tints of Deep Magenta #E213CC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.23%

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

R = 50.33%
G = 4.23%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E213CC (or 0xE213CC) is known color: Deep Magenta. HEX triplet: E2, 13 and CC. RGB value is (226,19,204). Sum of RGB (Red+Green+Blue) = 226+19+204=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 19 (7.81% from 255 or 4.23% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E213CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E213CC is #1DEC33. Grayscale: #656565. Windows color (decimal): -1961012 or 13374434. OLE color: 13374434.

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

Color convert

RGB 226 19 204 -
CMYK 0 0.92 0.10 0.11
HSL 306.38º 0.84% 0.48% -
HSV(B) 306.38º 0.92% 0.89% -
XYZ 42.5 20.99 58.94 -
YUV 101.98 185.58 216.46 -
System Red Green Blue C M Y K H S L
Decimal 226 19 204 0 0.92 0.10 0.11 306.38 0.84 0.48
Hex E2 13 CC 0 5C A B 132 54 30
Octal 342 23 314 0 134 12 13 462 124 60
Binary 11100010 10011 11001100 0 1011100 1010 1011 100110010 1010100 110000

Color Harmonies of #E213CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E213CC

Black with #E213CC

Text Example


Text Example

White with #E213CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E213CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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