Html Css Color HEX #EF18E7 Magenta

📋 copy color: '#EF18E7'

red 239 ◦ green 24 ◦ blue 231

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

Shades of Magenta #EF18E7

Tints of Magenta #EF18E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.76%

R = 48.38%
G = 4.86%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF18E7 (or 0xEF18E7) is known color: Magenta. HEX triplet: EF, 18 and E7. RGB value is (239,24,231). Sum of RGB (Red+Green+Blue) = 239+24+231=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 24 (9.77% from 255 or 4.86% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF18E7 is #10E718. Grayscale: #6F6F6F. Windows color (decimal): -1107737 or 15145199. OLE color: 15145199.

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

Color convert

RGB 239 24 231 -
CMYK 0 0.90 0.03 0.06
HSL 302.23º 0.87% 0.52% -
HSV(B) 302.23º 0.9% 0.94% -
XYZ 50.35 24.77 77.73 -
YUV 111.88 195.23 218.67 -
System Red Green Blue C M Y K H S L
Decimal 239 24 231 0 0.90 0.03 0.06 302.23 0.87 0.52
Hex EF 18 E7 0 5A 3 6 12E 57 34
Octal 357 30 347 0 132 3 6 456 127 64
Binary 11101111 11000 11100111 0 1011010 11 110 100101110 1010111 110100

Color Harmonies of #EF18E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF18E7

Black with #EF18E7

Text Example


Text Example

White with #EF18E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF18E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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