Html Css Color HEX #EF09E8 Magenta

📋 copy color: '#EF09E8'

red 239 ◦ green 9 ◦ blue 232

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

Shades of Magenta #EF09E8

Tints of Magenta #EF09E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.33%

R = 49.79%
G = 1.88%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF09E8 (or 0xEF09E8) is known color: Magenta. HEX triplet: EF, 09 and E8. RGB value is (239,9,232). Sum of RGB (Red+Green+Blue) = 239+9+232=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 9 (3.91% from 255 or 1.88% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF09E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF09E8 is #10F617. Grayscale: #666666. Windows color (decimal): -1111576 or 15206895. OLE color: 15206895.

HSL color Cylindrical-coordinate representation of color #EF09E8: hue angle of 301.83º 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 #EF09E8 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 9 232 -
CMYK 0 0.96 0.03 0.06
HSL 301.83º 0.93% 0.49% -
HSV(B) 301.83º 0.96% 0.94% -
XYZ 50.26 24.37 78.4 -
YUV 103.19 200.7 224.87 -
System Red Green Blue C M Y K H S L
Decimal 239 9 232 0 0.96 0.03 0.06 301.83 0.93 0.49
Hex EF 9 E8 0 60 3 6 12E 5D 31
Octal 357 11 350 0 140 3 6 456 135 61
Binary 11101111 1001 11101000 0 1100000 11 110 100101110 1011101 110001

Color Harmonies of #EF09E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF09E8

Black with #EF09E8

Text Example


Text Example

White with #EF09E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF09E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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