Html Css Color HEX #EF09ED Magenta

📋 copy color: '#EF09ED'

red 239 ◦ green 9 ◦ blue 237

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

Shades of Magenta #EF09ED

Tints of Magenta #EF09ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 49.28%
G = 1.86%
B = 48.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF09ED (or 0xEF09ED) is known color: Magenta. HEX triplet: EF, 09 and ED. RGB value is (239,9,237). Sum of RGB (Red+Green+Blue) = 239+9+237=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 9 (3.91% from 255 or 1.86% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF09ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF09ED is #10F612. Grayscale: #676767. Windows color (decimal): -1111571 or 15534575. OLE color: 15534575.

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

Color convert

RGB 239 9 237 -
CMYK 0 0.96 0.01 0.06
HSL 300.52º 0.93% 0.49% -
HSV(B) 300.52º 0.96% 0.94% -
XYZ 50.98 24.66 82.19 -
YUV 103.76 203.2 224.46 -
System Red Green Blue C M Y K H S L
Decimal 239 9 237 0 0.96 0.01 0.06 300.52 0.93 0.49
Hex EF 9 ED 0 60 1 6 12D 5D 31
Octal 357 11 355 0 140 1 6 455 135 61
Binary 11101111 1001 11101101 0 1100000 1 110 100101101 1011101 110001

Color Harmonies of #EF09ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF09ED

Black with #EF09ED

Text Example


Text Example

White with #EF09ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF09ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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