Html Css Color HEX #EF18E4 Hot Magenta

📋 copy color: '#EF18E4'

red 239 ◦ green 24 ◦ blue 228

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

Shades of Hot Magenta #EF18E4

Tints of Hot Magenta #EF18E4

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.89%

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

R = 48.68%
G = 4.89%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EF18E4 (or 0xEF18E4) is known color: Hot Magenta. HEX triplet: EF, 18 and E4. RGB value is (239,24,228). Sum of RGB (Red+Green+Blue) = 239+24+228=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 24 (9.77% from 255 or 4.89% from 491); Blue value is 228 (89.45% from 255 or 46.44% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF18E4 is #10E71B. Grayscale: #6E6E6E. Windows color (decimal): -1107740 or 14948591. OLE color: 14948591.

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

Color convert

RGB 239 24 228 -
CMYK 0 0.90 0.05 0.06
HSL 303.07º 0.87% 0.52% -
HSV(B) 303.07º 0.9% 0.94% -
XYZ 49.93 24.61 75.52 -
YUV 111.54 193.73 218.91 -
System Red Green Blue C M Y K H S L
Decimal 239 24 228 0 0.90 0.05 0.06 303.07 0.87 0.52
Hex EF 18 E4 0 5A 5 6 12F 57 34
Octal 357 30 344 0 132 5 6 457 127 64
Binary 11101111 11000 11100100 0 1011010 101 110 100101111 1010111 110100

Color Harmonies of #EF18E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF18E4

Black with #EF18E4

Text Example


Text Example

White with #EF18E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF18E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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