Html Css Color HEX #EF14E4 Hot Magenta

📋 copy color: '#EF14E4'

red 239 ◦ green 20 ◦ blue 228

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

Shades of Hot Magenta #EF14E4

Tints of Hot Magenta #EF14E4

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.11%

 BLUE value IS 228 (89.45% from 255) = 46.82%

R = 49.08%
G = 4.11%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EF14E4 (or 0xEF14E4) is known color: Hot Magenta. HEX triplet: EF, 14 and E4. RGB value is (239,20,228). Sum of RGB (Red+Green+Blue) = 239+20+228=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 20 (8.20% from 255 or 4.11% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF14E4 is #10EB1B. Grayscale: #6C6C6C. Windows color (decimal): -1108764 or 14947567. OLE color: 14947567.

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

Color convert

RGB 239 20 228 -
CMYK 0 0.92 0.05 0.06
HSL 303.01º 0.87% 0.51% -
HSV(B) 303.01º 0.92% 0.94% -
XYZ 49.85 24.45 75.49 -
YUV 109.19 195.05 220.59 -
System Red Green Blue C M Y K H S L
Decimal 239 20 228 0 0.92 0.05 0.06 303.01 0.87 0.51
Hex EF 14 E4 0 5C 5 6 12F 57 33
Octal 357 24 344 0 134 5 6 457 127 63
Binary 11101111 10100 11100100 0 1011100 101 110 100101111 1010111 110011

Color Harmonies of #EF14E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF14E4

Black with #EF14E4

Text Example


Text Example

White with #EF14E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF14E4; }

 p { color: rgb(239,20,228); }

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

background-color css

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

 a { background-color: rgb(239,20,228); }

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

border-color css

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

 span { border-color: rgb(239,20,228); }

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