Html Css Color HEX #EF04E7 Magenta

📋 copy color: '#EF04E7'

red 239 ◦ green 4 ◦ blue 231

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

Shades of Magenta #EF04E7

Tints of Magenta #EF04E7

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.84%

 BLUE value IS 231 (90.63% from 255) = 48.73%

R = 50.42%
G = 0.84%
B = 48.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF04E7 (or 0xEF04E7) is known color: Magenta. HEX triplet: EF, 04 and E7. RGB value is (239,4,231). Sum of RGB (Red+Green+Blue) = 239+4+231=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 4 (1.95% from 255 or 0.84% from 474); Blue value is 231 (90.62% from 255 or 48.73% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF04E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF04E7 is #10FB18. Grayscale: #636363. Windows color (decimal): -1112857 or 15140079. OLE color: 15140079.

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

Color convert

RGB 239 4 231 -
CMYK 0 0.98 0.03 0.06
HSL 302.04º 0.97% 0.48% -
HSV(B) 302.04º 0.98% 0.94% -
XYZ 50.06 24.21 77.64 -
YUV 100.14 201.86 227.04 -
System Red Green Blue C M Y K H S L
Decimal 239 4 231 0 0.98 0.03 0.06 302.04 0.97 0.48
Hex EF 4 E7 0 62 3 6 12E 61 30
Octal 357 4 347 0 142 3 6 456 141 60
Binary 11101111 100 11100111 0 1100010 11 110 100101110 1100001 110000

Color Harmonies of #EF04E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF04E7

Black with #EF04E7

Text Example


Text Example

White with #EF04E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF04E7; }

 p { color: rgb(239,4,231); }

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

background-color css

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

 a { background-color: rgb(239,4,231); }

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

border-color css

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

 span { border-color: rgb(239,4,231); }

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