Html Css Color HEX #EF00E5 Magenta

📋 copy color: '#EF00E5'

red 239 ◦ green 0 ◦ blue 229

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

Shades of Magenta #EF00E5

Tints of Magenta #EF00E5

RGB

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

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

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

R = 51.07%
G = 0%
B = 48.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF00E5 (or 0xEF00E5) is known color: Magenta. HEX triplet: EF, 00 and E5. RGB value is (239,0,229). Sum of RGB (Red+Green+Blue) = 239+0+229=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 0 (0.39% from 255 or 0% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF00E5 is #10FF1A. Grayscale: #606060. Windows color (decimal): -1113883 or 15007983. OLE color: 15007983.

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

Color convert

RGB 239 0 229 -
CMYK 0 1 0.04 0.06
HSL 302.51º 1% 0.47% -
HSV(B) 302.51º 1% 0.94% -
XYZ 49.74 24.01 76.14 -
YUV 97.57 202.18 228.88 -
System Red Green Blue C M Y K H S L
Decimal 239 0 229 0 1 0.04 0.06 302.51 1 0.47
Hex EF 0 E5 0 64 4 6 12F 64 2F
Octal 357 0 345 0 144 4 6 457 144 57
Binary 11101111 0 11100101 0 1100100 100 110 100101111 1100100 101111

Color Harmonies of #EF00E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF00E5

Black with #EF00E5

Text Example


Text Example

White with #EF00E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF00E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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