Html Css Color HEX #E70CDC Hot Magenta

📋 copy color: '#E70CDC'

red 231 ◦ green 12 ◦ blue 220

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

Shades of Hot Magenta #E70CDC

Tints of Hot Magenta #E70CDC

RGB

 RED value IS 231 (90.63% from 255) = 49.89%

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

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 49.89%
G = 2.59%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E70CDC (or 0xE70CDC) is known color: Hot Magenta. HEX triplet: E7, 0C and DC. RGB value is (231,12,220). Sum of RGB (Red+Green+Blue) = 231+12+220=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E70CDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70CDC is #18F323. Grayscale: #646464. Windows color (decimal): -1635108 or 14421223. OLE color: 14421223.

HSL color Cylindrical-coordinate representation of color #E70CDC: hue angle of 303.01º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70CDC is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 12 220 -
CMYK 0 0.95 0.05 0.09
HSL 303.01º 0.9% 0.48% -
HSV(B) 303.01º 0.95% 0.91% -
XYZ 46 22.42 69.61 -
YUV 101.19 195.05 220.59 -
System Red Green Blue C M Y K H S L
Decimal 231 12 220 0 0.95 0.05 0.09 303.01 0.9 0.48
Hex E7 C DC 0 5F 5 9 12F 5A 30
Octal 347 14 334 0 137 5 11 457 132 60
Binary 11100111 1100 11011100 0 1011111 101 1001 100101111 1011010 110000

Color Harmonies of #E70CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70CDC

Black with #E70CDC

Text Example


Text Example

White with #E70CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70CDC; }

 p { color: rgb(231,12,220); }

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

background-color css

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

 a { background-color: rgb(231,12,220); }

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

border-color css

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

 span { border-color: rgb(231,12,220); }

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