Html Css Color HEX #EF18EB Magenta

📋 copy color: '#EF18EB'

red 239 ◦ green 24 ◦ blue 235

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

Shades of Magenta #EF18EB

Tints of Magenta #EF18EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 47.99%
G = 4.82%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EF18EB (or 0xEF18EB) is known color: Magenta. HEX triplet: EF, 18 and EB. RGB value is (239,24,235). Sum of RGB (Red+Green+Blue) = 239+24+235=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 24 (9.77% from 255 or 4.82% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF18EB is #10E714. Grayscale: #6F6F6F. Windows color (decimal): -1107733 or 15407343. OLE color: 15407343.

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

Color convert

RGB 239 24 235 -
CMYK 0 0.90 0.02 0.06
HSL 301.12º 0.87% 0.52% -
HSV(B) 301.12º 0.9% 0.94% -
XYZ 50.92 25 80.74 -
YUV 112.34 197.23 218.34 -
System Red Green Blue C M Y K H S L
Decimal 239 24 235 0 0.90 0.02 0.06 301.12 0.87 0.52
Hex EF 18 EB 0 5A 2 6 12D 57 34
Octal 357 30 353 0 132 2 6 455 127 64
Binary 11101111 11000 11101011 0 1011010 10 110 100101101 1010111 110100

Color Harmonies of #EF18EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF18EB

Black with #EF18EB

Text Example


Text Example

White with #EF18EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF18EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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