Html Css Color HEX #EF12E9 Magenta

📋 copy color: '#EF12E9'

red 239 ◦ green 18 ◦ blue 233

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

Shades of Magenta #EF12E9

Tints of Magenta #EF12E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.55%

R = 48.78%
G = 3.67%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF12E9 (or 0xEF12E9) is known color: Magenta. HEX triplet: EF, 12 and E9. RGB value is (239,18,233). Sum of RGB (Red+Green+Blue) = 239+18+233=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 18 (7.42% from 255 or 3.67% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF12E9 is #10ED16. Grayscale: #6B6B6B. Windows color (decimal): -1109271 or 15274735. OLE color: 15274735.

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

Color convert

RGB 239 18 233 -
CMYK 0 0.92 0.03 0.06
HSL 301.63º 0.87% 0.5% -
HSV(B) 301.63º 0.92% 0.94% -
XYZ 50.52 24.67 79.19 -
YUV 108.59 198.22 221.02 -
System Red Green Blue C M Y K H S L
Decimal 239 18 233 0 0.92 0.03 0.06 301.63 0.87 0.5
Hex EF 12 E9 0 5C 3 6 12E 57 32
Octal 357 22 351 0 134 3 6 456 127 62
Binary 11101111 10010 11101001 0 1011100 11 110 100101110 1010111 110010

Color Harmonies of #EF12E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF12E9

Black with #EF12E9

Text Example


Text Example

White with #EF12E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF12E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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