Html Css Color HEX #EF10F0 Magenta

📋 copy color: '#EF10F0'

red 239 ◦ green 16 ◦ blue 240

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

Shades of Magenta #EF10F0

Tints of Magenta #EF10F0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.23%

 BLUE value IS 240 (94.14% from 255) = 48.48%

R = 48.28%
G = 3.23%
B = 48.48%

CMYK

 C value IS 0.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF10F0 (or 0xEF10F0) is known color: Magenta. HEX triplet: EF, 10 and F0. RGB value is (239,16,240). Sum of RGB (Red+Green+Blue) = 239+16+240=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 16 (6.64% from 255 or 3.23% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF10F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF10F0 is #10EF0F. Grayscale: #6B6B6B. Windows color (decimal): -1109776 or 15732975. OLE color: 15732975.

HSL color Cylindrical-coordinate representation of color #EF10F0: hue angle of 299.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF10F0 is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 16 240 -
CMYK 0.00 0.93 0 0.06
HSL 299.73º 0.88% 0.5% -
HSV(B) 299.73º 0.93% 0.94% -
XYZ 51.51 25.01 84.55 -
YUV 108.21 202.38 221.29 -
System Red Green Blue C M Y K H S L
Decimal 239 16 240 0.00 0.93 0 0.06 299.73 0.88 0.5
Hex EF 10 F0 0 5D 0 6 12C 58 32
Octal 357 20 360 0 135 0 6 454 130 62
Binary 11101111 10000 11110000 0 1011101 0 110 100101100 1011000 110010

Color Harmonies of #EF10F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF10F0

Black with #EF10F0

Text Example


Text Example

White with #EF10F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF10F0; }

 p { color: rgb(239,16,240); }

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

background-color css

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

 a { background-color: rgb(239,16,240); }

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

border-color css

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

 span { border-color: rgb(239,16,240); }

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