Html Css Color HEX #EF09FD Magenta

📋 copy color: '#EF09FD'

red 239 ◦ green 9 ◦ blue 253

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

Shades of Magenta #EF09FD

Tints of Magenta #EF09FD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.8%

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

R = 47.7%
G = 1.8%
B = 50.5%

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

#EF09FD (or 0xEF09FD) is known color: Magenta. HEX triplet: EF, 09 and FD. RGB value is (239,9,253). Sum of RGB (Red+Green+Blue) = 239+9+253=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 9 (3.91% from 255 or 1.80% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF09FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF09FD is #10F602. Grayscale: #686868. Windows color (decimal): -1111555 or 16583151. OLE color: 16583151.

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

Color convert

RGB 239 9 253 -
CMYK 0.06 0.96 0 0.01
HSL 296.56º 0.98% 0.51% -
HSV(B) 296.56º 0.96% 0.99% -
XYZ 53.42 25.64 95.06 -
YUV 105.59 211.2 223.16 -
System Red Green Blue C M Y K H S L
Decimal 239 9 253 0.06 0.96 0 0.01 296.56 0.98 0.51
Hex EF 9 FD 6 60 0 1 129 62 33
Octal 357 11 375 6 140 0 1 451 142 63
Binary 11101111 1001 11111101 110 1100000 0 1 100101001 1100010 110011

Color Harmonies of #EF09FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF09FD

Black with #EF09FD

Text Example


Text Example

White with #EF09FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF09FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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