Html Css Color HEX #EF10FD Magenta

📋 copy color: '#EF10FD'

red 239 ◦ green 16 ◦ blue 253

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

Shades of Magenta #EF10FD

Tints of Magenta #EF10FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.8%

R = 47.05%
G = 3.15%
B = 49.8%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF10FD (or 0xEF10FD) is known color: Magenta. HEX triplet: EF, 10 and FD. RGB value is (239,16,253). Sum of RGB (Red+Green+Blue) = 239+16+253=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 16 (6.64% from 255 or 3.15% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF10FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF10FD is #10EF02. Grayscale: #6C6C6C. Windows color (decimal): -1109763 or 16584943. OLE color: 16584943.

HSL color Cylindrical-coordinate representation of color #EF10FD: hue angle of 296.46º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF10FD is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 16 253 -
CMYK 0.06 0.94 0 0.01
HSL 296.46º 0.98% 0.53% -
HSV(B) 296.46º 0.94% 0.99% -
XYZ 53.51 25.81 95.09 -
YUV 109.7 208.88 220.23 -
System Red Green Blue C M Y K H S L
Decimal 239 16 253 0.06 0.94 0 0.01 296.46 0.98 0.53
Hex EF 10 FD 6 5E 0 1 128 62 35
Octal 357 20 375 6 136 0 1 450 142 65
Binary 11101111 10000 11111101 110 1011110 0 1 100101000 1100010 110101

Color Harmonies of #EF10FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF10FD

Black with #EF10FD

Text Example


Text Example

White with #EF10FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF10FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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