Html Css Color HEX #EF09E5 Magenta

📋 copy color: '#EF09E5'

red 239 ◦ green 9 ◦ blue 229

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

Shades of Magenta #EF09E5

Tints of Magenta #EF09E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.01%

R = 50.1%
G = 1.89%
B = 48.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF09E5 (or 0xEF09E5) is known color: Magenta. HEX triplet: EF, 09 and E5. RGB value is (239,9,229). Sum of RGB (Red+Green+Blue) = 239+9+229=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 9 (3.91% from 255 or 1.89% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF09E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF09E5 is #10F61A. Grayscale: #666666. Windows color (decimal): -1111579 or 15010287. OLE color: 15010287.

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

Color convert

RGB 239 9 229 -
CMYK 0 0.96 0.04 0.06
HSL 302.61º 0.93% 0.49% -
HSV(B) 302.61º 0.96% 0.94% -
XYZ 49.84 24.2 76.17 -
YUV 102.85 199.2 225.11 -
System Red Green Blue C M Y K H S L
Decimal 239 9 229 0 0.96 0.04 0.06 302.61 0.93 0.49
Hex EF 9 E5 0 60 4 6 12F 5D 31
Octal 357 11 345 0 140 4 6 457 135 61
Binary 11101111 1001 11100101 0 1100000 100 110 100101111 1011101 110001

Color Harmonies of #EF09E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF09E5

Black with #EF09E5

Text Example


Text Example

White with #EF09E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF09E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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