Html Css Color HEX #EF09EB Magenta

📋 copy color: '#EF09EB'

red 239 ◦ green 9 ◦ blue 235

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

Shades of Magenta #EF09EB

Tints of Magenta #EF09EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 49.48%
G = 1.86%
B = 48.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EF09EB (or 0xEF09EB) is known color: Magenta. HEX triplet: EF, 09 and EB. RGB value is (239,9,235). Sum of RGB (Red+Green+Blue) = 239+9+235=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 9 (3.91% from 255 or 1.86% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF09EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF09EB is #10F614. Grayscale: #666666. Windows color (decimal): -1111573 or 15403503. OLE color: 15403503.

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

Color convert

RGB 239 9 235 -
CMYK 0 0.96 0.02 0.06
HSL 301.04º 0.93% 0.49% -
HSV(B) 301.04º 0.96% 0.94% -
XYZ 50.69 24.54 80.66 -
YUV 103.53 202.2 224.62 -
System Red Green Blue C M Y K H S L
Decimal 239 9 235 0 0.96 0.02 0.06 301.04 0.93 0.49
Hex EF 9 EB 0 60 2 6 12D 5D 31
Octal 357 11 353 0 140 2 6 455 135 61
Binary 11101111 1001 11101011 0 1100000 10 110 100101101 1011101 110001

Color Harmonies of #EF09EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF09EB

Black with #EF09EB

Text Example


Text Example

White with #EF09EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF09EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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