Html Css Color HEX #E712DB Hot Magenta

📋 copy color: '#E712DB'

red 231 ◦ green 18 ◦ blue 219

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

Shades of Hot Magenta #E712DB

Tints of Hot Magenta #E712DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.79%

R = 49.36%
G = 3.85%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E712DB (or 0xE712DB) is known color: Hot Magenta. HEX triplet: E7, 12 and DB. RGB value is (231,18,219). Sum of RGB (Red+Green+Blue) = 231+18+219=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E712DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E712DB is #18ED24. Grayscale: #686868. Windows color (decimal): -1633573 or 14357223. OLE color: 14357223.

HSL color Cylindrical-coordinate representation of color #E712DB: hue angle of 303.38º 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 #E712DB is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 18 219 -
CMYK 0 0.92 0.05 0.09
HSL 303.38º 0.86% 0.49% -
HSV(B) 303.38º 0.92% 0.91% -
XYZ 45.96 22.54 68.95 -
YUV 104.6 192.57 218.16 -
System Red Green Blue C M Y K H S L
Decimal 231 18 219 0 0.92 0.05 0.09 303.38 0.86 0.49
Hex E7 12 DB 0 5C 5 9 12F 56 31
Octal 347 22 333 0 134 5 11 457 126 61
Binary 11100111 10010 11011011 0 1011100 101 1001 100101111 1010110 110001

Color Harmonies of #E712DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E712DB

Black with #E712DB

Text Example


Text Example

White with #E712DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E712DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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