Html Css Color HEX #E712DD Hot Magenta

📋 copy color: '#E712DD'

red 231 ◦ green 18 ◦ blue 221

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

Shades of Hot Magenta #E712DD

Tints of Hot Magenta #E712DD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.83%

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 49.15%
G = 3.83%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E712DD (or 0xE712DD) is known color: Hot Magenta. HEX triplet: E7, 12 and DD. RGB value is (231,18,221). Sum of RGB (Red+Green+Blue) = 231+18+221=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 18 (7.42% from 255 or 3.83% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E712DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E712DD is #18ED22. Grayscale: #686868. Windows color (decimal): -1633571 or 14488295. OLE color: 14488295.

HSL color Cylindrical-coordinate representation of color #E712DD: hue angle of 302.82º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E712DD is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 18 221 -
CMYK 0 0.92 0.04 0.09
HSL 302.82º 0.86% 0.49% -
HSV(B) 302.82º 0.92% 0.91% -
XYZ 46.22 22.64 70.34 -
YUV 104.83 193.57 217.99 -
System Red Green Blue C M Y K H S L
Decimal 231 18 221 0 0.92 0.04 0.09 302.82 0.86 0.49
Hex E7 12 DD 0 5C 4 9 12F 56 31
Octal 347 22 335 0 134 4 11 457 126 61
Binary 11100111 10010 11011101 0 1011100 100 1001 100101111 1010110 110001

Color Harmonies of #E712DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E712DD

Black with #E712DD

Text Example


Text Example

White with #E712DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E712DD; }

 p { color: rgb(231,18,221); }

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

background-color css

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

 a { background-color: rgb(231,18,221); }

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

border-color css

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

 span { border-color: rgb(231,18,221); }

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