Html Css Color HEX #EF10E3 Hot Magenta

📋 copy color: '#EF10E3'

red 239 ◦ green 16 ◦ blue 227

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

Shades of Hot Magenta #EF10E3

Tints of Hot Magenta #EF10E3

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.32%

 BLUE value IS 227 (89.06% from 255) = 47.1%

R = 49.59%
G = 3.32%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EF10E3 (or 0xEF10E3) is known color: Hot Magenta. HEX triplet: EF, 10 and E3. RGB value is (239,16,227). Sum of RGB (Red+Green+Blue) = 239+16+227=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 16 (6.64% from 255 or 3.32% from 482); Blue value is 227 (89.06% from 255 or 47.10% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF10E3 is #10EF1C. Grayscale: #6A6A6A. Windows color (decimal): -1109789 or 14881007. OLE color: 14881007.

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

Color convert

RGB 239 16 227 -
CMYK 0 0.93 0.05 0.06
HSL 303.23º 0.87% 0.5% -
HSV(B) 303.23º 0.93% 0.94% -
XYZ 49.65 24.27 74.74 -
YUV 106.73 195.88 222.34 -
System Red Green Blue C M Y K H S L
Decimal 239 16 227 0 0.93 0.05 0.06 303.23 0.87 0.5
Hex EF 10 E3 0 5D 5 6 12F 57 32
Octal 357 20 343 0 135 5 6 457 127 62
Binary 11101111 10000 11100011 0 1011101 101 110 100101111 1010111 110010

Color Harmonies of #EF10E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF10E3

Black with #EF10E3

Text Example


Text Example

White with #EF10E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF10E3; }

 p { color: rgb(239,16,227); }

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

background-color css

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

 a { background-color: rgb(239,16,227); }

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

border-color css

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

 span { border-color: rgb(239,16,227); }

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