Html Css Color HEX #EF0AFD Magenta

📋 copy color: '#EF0AFD'

red 239 ◦ green 10 ◦ blue 253

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

Shades of Magenta #EF0AFD

Tints of Magenta #EF0AFD

RGB

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

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

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

R = 47.61%
G = 1.99%
B = 50.4%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF0AFD (or 0xEF0AFD) is known color: Magenta. HEX triplet: EF, 0A and FD. RGB value is (239,10,253). Sum of RGB (Red+Green+Blue) = 239+10+253=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 10 (4.30% from 255 or 1.99% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF0AFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0AFD is #10F502. Grayscale: #696969. Windows color (decimal): -1111299 or 16583407. OLE color: 16583407.

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

Color convert

RGB 239 10 253 -
CMYK 0.06 0.96 0 0.01
HSL 296.54º 0.98% 0.52% -
HSV(B) 296.54º 0.96% 0.99% -
XYZ 53.43 25.66 95.06 -
YUV 106.17 210.87 222.74 -
System Red Green Blue C M Y K H S L
Decimal 239 10 253 0.06 0.96 0 0.01 296.54 0.98 0.52
Hex EF A FD 6 60 0 1 129 62 34
Octal 357 12 375 6 140 0 1 451 142 64
Binary 11101111 1010 11111101 110 1100000 0 1 100101001 1100010 110100

Color Harmonies of #EF0AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0AFD

Black with #EF0AFD

Text Example


Text Example

White with #EF0AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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