Html Css Color HEX #EF0AFF Magenta

📋 copy color: '#EF0AFF'

red 239 ◦ green 10 ◦ blue 255

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

Shades of Magenta #EF0AFF

Tints of Magenta #EF0AFF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 1.98%

 BLUE value IS 255 (100% from 255) = 50.6%

R = 47.42%
G = 1.98%
B = 50.6%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF0AFF (or 0xEF0AFF) is known color: Magenta. HEX triplet: EF, 0A and FF. RGB value is (239,10,255). Sum of RGB (Red+Green+Blue) = 239+10+255=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 10 (4.30% from 255 or 1.98% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF0AFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0AFF is #10F500. Grayscale: #696969. Windows color (decimal): -1111297 or 16714479. OLE color: 16714479.

HSL color Cylindrical-coordinate representation of color #EF0AFF: hue angle of 296.08º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0AFF is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 10 255 -
CMYK 0.06 0.96 0 0
HSL 296.08º 1% 0.52% -
HSV(B) 296.08º 0.96% 1% -
XYZ 53.76 25.79 96.75 -
YUV 106.4 211.87 222.58 -
System Red Green Blue C M Y K H S L
Decimal 239 10 255 0.06 0.96 0 0 296.08 1 0.52
Hex EF A FF 6 60 0 0 128 64 34
Octal 357 12 377 6 140 0 0 450 144 64
Binary 11101111 1010 11111111 110 1100000 0 0 100101000 1100100 110100

Color Harmonies of #EF0AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0AFF

Black with #EF0AFF

Text Example


Text Example

White with #EF0AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0AFF; }

 p { color: rgb(239,10,255); }

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

background-color css

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

 a { background-color: rgb(239,10,255); }

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

border-color css

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

 span { border-color: rgb(239,10,255); }

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