Html Css Color HEX #E10CC4 Deep Magenta

📋 copy color: '#E10CC4'

red 225 ◦ green 12 ◦ blue 196

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

Shades of Deep Magenta #E10CC4

Tints of Deep Magenta #E10CC4

RGB

 RED value IS 225 (88.28% from 255) = 51.96%

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

 BLUE value IS 196 (76.95% from 255) = 45.27%

R = 51.96%
G = 2.77%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E10CC4 (or 0xE10CC4) is known color: Deep Magenta. HEX triplet: E1, 0C and C4. RGB value is (225,12,196). Sum of RGB (Red+Green+Blue) = 225+12+196=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CC4 is #1EF33B. Grayscale: #606060. Windows color (decimal): -2028348 or 12848353. OLE color: 12848353.

HSL color Cylindrical-coordinate representation of color #E10CC4: hue angle of 308.17º 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 #E10CC4 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 12 196 -
CMYK 0 0.95 0.13 0.12
HSL 308.17º 0.9% 0.46% -
HSV(B) 308.17º 0.95% 0.88% -
XYZ 41.15 20.26 53.97 -
YUV 96.66 184.07 219.54 -
System Red Green Blue C M Y K H S L
Decimal 225 12 196 0 0.95 0.13 0.12 308.17 0.9 0.46
Hex E1 C C4 0 5F D C 134 5A 2E
Octal 341 14 304 0 137 15 14 464 132 56
Binary 11100001 1100 11000100 0 1011111 1101 1100 100110100 1011010 101110

Color Harmonies of #E10CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10CC4

Black with #E10CC4

Text Example


Text Example

White with #E10CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10CC4; }

 p { color: rgb(225,12,196); }

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

background-color css

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

 a { background-color: rgb(225,12,196); }

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

border-color css

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

 span { border-color: rgb(225,12,196); }

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