Html Css Color HEX #EF15E0 Hot Magenta

📋 copy color: '#EF15E0'

red 239 ◦ green 21 ◦ blue 224

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

Shades of Hot Magenta #EF15E0

Tints of Hot Magenta #EF15E0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.34%

 BLUE value IS 224 (87.89% from 255) = 46.28%

R = 49.38%
G = 4.34%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EF15E0 (or 0xEF15E0) is known color: Hot Magenta. HEX triplet: EF, 15 and E0. RGB value is (239,21,224). Sum of RGB (Red+Green+Blue) = 239+21+224=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 21 (8.59% from 255 or 4.34% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15E0 is #10EA1F. Grayscale: #6C6C6C. Windows color (decimal): -1108512 or 14685679. OLE color: 14685679.

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

Color convert

RGB 239 21 224 -
CMYK 0 0.91 0.06 0.06
HSL 304.13º 0.87% 0.51% -
HSV(B) 304.13º 0.91% 0.94% -
XYZ 49.32 24.27 72.61 -
YUV 109.32 192.72 220.49 -
System Red Green Blue C M Y K H S L
Decimal 239 21 224 0 0.91 0.06 0.06 304.13 0.87 0.51
Hex EF 15 E0 0 5B 6 6 130 57 33
Octal 357 25 340 0 133 6 6 460 127 63
Binary 11101111 10101 11100000 0 1011011 110 110 100110000 1010111 110011

Color Harmonies of #EF15E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF15E0

Black with #EF15E0

Text Example


Text Example

White with #EF15E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF15E0; }

 p { color: rgb(239,21,224); }

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

background-color css

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

 a { background-color: rgb(239,21,224); }

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

border-color css

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

 span { border-color: rgb(239,21,224); }

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