Html Css Color HEX #EF12D4 Hot Magenta

📋 copy color: '#EF12D4'

red 239 ◦ green 18 ◦ blue 212

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

Shades of Hot Magenta #EF12D4

Tints of Hot Magenta #EF12D4

RGB

 RED value IS 239 (93.75% from 255) = 50.96%

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

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

R = 50.96%
G = 3.84%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF12D4 (or 0xEF12D4) is known color: Hot Magenta. HEX triplet: EF, 12 and D4. RGB value is (239,18,212). Sum of RGB (Red+Green+Blue) = 239+18+212=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 18 (7.42% from 255 or 3.84% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF12D4 is #10ED2B. Grayscale: #696969. Windows color (decimal): -1109292 or 13898479. OLE color: 13898479.

HSL color Cylindrical-coordinate representation of color #EF12D4: hue angle of 307.33º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF12D4 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 18 212 -
CMYK 0 0.92 0.11 0.06
HSL 307.33º 0.87% 0.5% -
HSV(B) 307.33º 0.92% 0.94% -
XYZ 47.7 23.54 64.32 -
YUV 106.2 187.72 222.73 -
System Red Green Blue C M Y K H S L
Decimal 239 18 212 0 0.92 0.11 0.06 307.33 0.87 0.5
Hex EF 12 D4 0 5C B 6 133 57 32
Octal 357 22 324 0 134 13 6 463 127 62
Binary 11101111 10010 11010100 0 1011100 1011 110 100110011 1010111 110010

Color Harmonies of #EF12D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF12D4

Black with #EF12D4

Text Example


Text Example

White with #EF12D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF12D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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