Html Css Color HEX #EF10FB Magenta

📋 copy color: '#EF10FB'

red 239 ◦ green 16 ◦ blue 251

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

Shades of Magenta #EF10FB

Tints of Magenta #EF10FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.6%

R = 47.23%
G = 3.16%
B = 49.6%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF10FB (or 0xEF10FB) is known color: Magenta. HEX triplet: EF, 10 and FB. RGB value is (239,16,251). Sum of RGB (Red+Green+Blue) = 239+16+251=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 16 (6.64% from 255 or 3.16% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF10FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF10FB is #10EF04. Grayscale: #6C6C6C. Windows color (decimal): -1109765 or 16453871. OLE color: 16453871.

HSL color Cylindrical-coordinate representation of color #EF10FB: hue angle of 296.94º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF10FB is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 16 251 -
CMYK 0.05 0.94 0 0.02
HSL 296.94º 0.97% 0.52% -
HSV(B) 296.94º 0.94% 0.98% -
XYZ 53.19 25.69 93.42 -
YUV 109.47 207.88 220.39 -
System Red Green Blue C M Y K H S L
Decimal 239 16 251 0.05 0.94 0 0.02 296.94 0.97 0.52
Hex EF 10 FB 5 5E 0 2 129 61 34
Octal 357 20 373 5 136 0 2 451 141 64
Binary 11101111 10000 11111011 101 1011110 0 10 100101001 1100001 110100

Color Harmonies of #EF10FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF10FB

Black with #EF10FB

Text Example


Text Example

White with #EF10FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF10FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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