Html Css Color HEX #E10CCF Deep Magenta

📋 copy color: '#E10CCF'

red 225 ◦ green 12 ◦ blue 207

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

Shades of Deep Magenta #E10CCF

Tints of Deep Magenta #E10CCF

RGB

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

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

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

R = 50.68%
G = 2.7%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E10CCF (or 0xE10CCF) is known color: Deep Magenta. HEX triplet: E1, 0C and CF. RGB value is (225,12,207). Sum of RGB (Red+Green+Blue) = 225+12+207=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CCF is #1EF330. Grayscale: #616161. Windows color (decimal): -2028337 or 13569249. OLE color: 13569249.

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

Color convert

RGB 225 12 207 -
CMYK 0 0.95 0.08 0.12
HSL 305.07º 0.9% 0.46% -
HSV(B) 305.07º 0.95% 0.88% -
XYZ 42.45 20.78 60.8 -
YUV 97.92 189.57 218.64 -
System Red Green Blue C M Y K H S L
Decimal 225 12 207 0 0.95 0.08 0.12 305.07 0.9 0.46
Hex E1 C CF 0 5F 8 C 131 5A 2E
Octal 341 14 317 0 137 10 14 461 132 56
Binary 11100001 1100 11001111 0 1011111 1000 1100 100110001 1011010 101110

Color Harmonies of #E10CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10CCF

Black with #E10CCF

Text Example


Text Example

White with #E10CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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