Html Css Color HEX #E10ACF Deep Magenta

📋 copy color: '#E10ACF'

red 225 ◦ green 10 ◦ blue 207

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

Shades of Deep Magenta #E10ACF

Tints of Deep Magenta #E10ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.26%

 BLUE value IS 207 (81.25% from 255) = 46.83%

R = 50.9%
G = 2.26%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E10ACF (or 0xE10ACF) is known color: Deep Magenta. HEX triplet: E1, 0A and CF. RGB value is (225,10,207). Sum of RGB (Red+Green+Blue) = 225+10+207=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 10 (4.30% from 255 or 2.26% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E10ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10ACF is #1EF530. Grayscale: #606060. Windows color (decimal): -2028849 or 13568737. OLE color: 13568737.

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

Color convert

RGB 225 10 207 -
CMYK 0 0.96 0.08 0.12
HSL 305.02º 0.91% 0.46% -
HSV(B) 305.02º 0.96% 0.88% -
XYZ 42.42 20.73 60.8 -
YUV 96.74 190.23 219.48 -
System Red Green Blue C M Y K H S L
Decimal 225 10 207 0 0.96 0.08 0.12 305.02 0.91 0.46
Hex E1 A CF 0 60 8 C 131 5B 2E
Octal 341 12 317 0 140 10 14 461 133 56
Binary 11100001 1010 11001111 0 1100000 1000 1100 100110001 1011011 101110

Color Harmonies of #E10ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10ACF

Black with #E10ACF

Text Example


Text Example

White with #E10ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10ACF; }

 p { color: rgb(225,10,207); }

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

background-color css

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

 a { background-color: rgb(225,10,207); }

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

border-color css

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

 span { border-color: rgb(225,10,207); }

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