Html Css Color HEX #EB12D4 Hot Magenta

📋 copy color: '#EB12D4'

red 235 ◦ green 18 ◦ blue 212

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

Shades of Hot Magenta #EB12D4

Tints of Hot Magenta #EB12D4

RGB

 RED value IS 235 (92.19% from 255) = 50.54%

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

 BLUE value IS 212 (83.2% from 255) = 45.59%

R = 50.54%
G = 3.87%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB12D4 (or 0xEB12D4) is known color: Hot Magenta. HEX triplet: EB, 12 and D4. RGB value is (235,18,212). Sum of RGB (Red+Green+Blue) = 235+18+212=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 18 (7.42% from 255 or 3.87% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB12D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB12D4 is #14ED2B. Grayscale: #686868. Windows color (decimal): -1371436 or 13898475. OLE color: 13898475.

HSL color Cylindrical-coordinate representation of color #EB12D4: hue angle of 306.36º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB12D4 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 18 212 -
CMYK 0 0.92 0.10 0.08
HSL 306.36º 0.86% 0.5% -
HSV(B) 306.36º 0.92% 0.92% -
XYZ 46.36 22.85 64.25 -
YUV 105 188.39 220.73 -
System Red Green Blue C M Y K H S L
Decimal 235 18 212 0 0.92 0.10 0.08 306.36 0.86 0.5
Hex EB 12 D4 0 5C A 8 132 56 32
Octal 353 22 324 0 134 12 10 462 126 62
Binary 11101011 10010 11010100 0 1011100 1010 1000 100110010 1010110 110010

Color Harmonies of #EB12D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB12D4

Black with #EB12D4

Text Example


Text Example

White with #EB12D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB12D4; }

 p { color: rgb(235,18,212); }

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

background-color css

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

 a { background-color: rgb(235,18,212); }

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

border-color css

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

 span { border-color: rgb(235,18,212); }

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