Html Css Color HEX #EF00E9 Magenta

📋 copy color: '#EF00E9'

red 239 ◦ green 0 ◦ blue 233

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

Shades of Magenta #EF00E9

Tints of Magenta #EF00E9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 233 (91.41% from 255) = 49.36%

R = 50.64%
G = 0%
B = 49.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF00E9 (or 0xEF00E9) is known color: Magenta. HEX triplet: EF, 00 and E9. RGB value is (239,0,233). Sum of RGB (Red+Green+Blue) = 239+0+233=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 0 (0.39% from 255 or 0% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF00E9 is #10FF16. Grayscale: #616161. Windows color (decimal): -1113879 or 15270127. OLE color: 15270127.

HSL color Cylindrical-coordinate representation of color #EF00E9: hue angle of 301.51º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF00E9 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 0 233 -
CMYK 0 1 0.03 0.06
HSL 301.51º 1% 0.47% -
HSV(B) 301.51º 1% 0.94% -
XYZ 50.3 24.23 79.12 -
YUV 98.02 204.18 228.55 -
System Red Green Blue C M Y K H S L
Decimal 239 0 233 0 1 0.03 0.06 301.51 1 0.47
Hex EF 0 E9 0 64 3 6 12E 64 2F
Octal 357 0 351 0 144 3 6 456 144 57
Binary 11101111 0 11101001 0 1100100 11 110 100101110 1100100 101111

Color Harmonies of #EF00E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF00E9

Black with #EF00E9

Text Example


Text Example

White with #EF00E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF00E9; }

 p { color: rgb(239,0,233); }

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

background-color css

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

 a { background-color: rgb(239,0,233); }

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

border-color css

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

 span { border-color: rgb(239,0,233); }

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