Html Css Color HEX #EF17EB Magenta

📋 copy color: '#EF17EB'

red 239 ◦ green 23 ◦ blue 235

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

Shades of Magenta #EF17EB

Tints of Magenta #EF17EB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.63%

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

R = 48.09%
G = 4.63%
B = 47.28%

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

#EF17EB (or 0xEF17EB) is known color: Magenta. HEX triplet: EF, 17 and EB. RGB value is (239,23,235). Sum of RGB (Red+Green+Blue) = 239+23+235=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 23 (9.38% from 255 or 4.63% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF17EB is #10E814. Grayscale: #6F6F6F. Windows color (decimal): -1107989 or 15407087. OLE color: 15407087.

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

Color convert

RGB 239 23 235 -
CMYK 0 0.90 0.02 0.06
HSL 301.11º 0.87% 0.51% -
HSV(B) 301.11º 0.9% 0.94% -
XYZ 50.9 24.96 80.73 -
YUV 111.75 197.56 218.76 -
System Red Green Blue C M Y K H S L
Decimal 239 23 235 0 0.90 0.02 0.06 301.11 0.87 0.51
Hex EF 17 EB 0 5A 2 6 12D 57 33
Octal 357 27 353 0 132 2 6 455 127 63
Binary 11101111 10111 11101011 0 1011010 10 110 100101101 1010111 110011

Color Harmonies of #EF17EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF17EB

Black with #EF17EB

Text Example


Text Example

White with #EF17EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF17EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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