Html Css Color HEX #EF09F5 Magenta

📋 copy color: '#EF09F5'

red 239 ◦ green 9 ◦ blue 245

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

Shades of Magenta #EF09F5

Tints of Magenta #EF09F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 49.7%

R = 48.48%
G = 1.83%
B = 49.7%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EF09F5 (or 0xEF09F5) is known color: Magenta. HEX triplet: EF, 09 and F5. RGB value is (239,9,245). Sum of RGB (Red+Green+Blue) = 239+9+245=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 9 (3.91% from 255 or 1.83% from 493); Blue value is 245 (96.09% from 255 or 49.70% from 493); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF09F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF09F5 is #10F60A. Grayscale: #676767. Windows color (decimal): -1111563 or 16058863. OLE color: 16058863.

HSL color Cylindrical-coordinate representation of color #EF09F5: hue angle of 298.47º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF09F5 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 9 245 -
CMYK 0.02 0.96 0 0.04
HSL 298.47º 0.93% 0.5% -
HSV(B) 298.47º 0.96% 0.96% -
XYZ 52.18 25.14 88.49 -
YUV 104.67 207.2 223.81 -
System Red Green Blue C M Y K H S L
Decimal 239 9 245 0.02 0.96 0 0.04 298.47 0.93 0.5
Hex EF 9 F5 2 60 0 4 12A 5D 32
Octal 357 11 365 2 140 0 4 452 135 62
Binary 11101111 1001 11110101 10 1100000 0 100 100101010 1011101 110010

Color Harmonies of #EF09F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF09F5

Black with #EF09F5

Text Example


Text Example

White with #EF09F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF09F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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