Html Css Color HEX #EF16E6 Magenta

📋 copy color: '#EF16E6'

red 239 ◦ green 22 ◦ blue 230

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

Shades of Magenta #EF16E6

Tints of Magenta #EF16E6

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.48%

 BLUE value IS 230 (90.23% from 255) = 46.84%

R = 48.68%
G = 4.48%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF16E6 (or 0xEF16E6) is known color: Magenta. HEX triplet: EF, 16 and E6. RGB value is (239,22,230). Sum of RGB (Red+Green+Blue) = 239+22+230=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 22 (8.98% from 255 or 4.48% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF16E6 is #10E919. Grayscale: #6D6D6D. Windows color (decimal): -1108250 or 15079151. OLE color: 15079151.

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

Color convert

RGB 239 22 230 -
CMYK 0 0.91 0.04 0.06
HSL 302.49º 0.87% 0.51% -
HSV(B) 302.49º 0.91% 0.94% -
XYZ 50.17 24.64 76.97 -
YUV 110.6 195.39 219.59 -
System Red Green Blue C M Y K H S L
Decimal 239 22 230 0 0.91 0.04 0.06 302.49 0.87 0.51
Hex EF 16 E6 0 5B 4 6 12E 57 33
Octal 357 26 346 0 133 4 6 456 127 63
Binary 11101111 10110 11100110 0 1011011 100 110 100101110 1010111 110011

Color Harmonies of #EF16E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF16E6

Black with #EF16E6

Text Example


Text Example

White with #EF16E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF16E6; }

 p { color: rgb(239,22,230); }

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

background-color css

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

 a { background-color: rgb(239,22,230); }

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

border-color css

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

 span { border-color: rgb(239,22,230); }

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