Html Css Color HEX #EF04D1 Hot Magenta

📋 copy color: '#EF04D1'

red 239 ◦ green 4 ◦ blue 209

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

Shades of Hot Magenta #EF04D1

Tints of Hot Magenta #EF04D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.24%

R = 52.88%
G = 0.88%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF04D1 (or 0xEF04D1) is known color: Hot Magenta. HEX triplet: EF, 04 and D1. RGB value is (239,4,209). Sum of RGB (Red+Green+Blue) = 239+4+209=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 4 (1.95% from 255 or 0.88% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF04D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF04D1 is #10FB2E. Grayscale: #616161. Windows color (decimal): -1112879 or 13698287. OLE color: 13698287.

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

Color convert

RGB 239 4 209 -
CMYK 0 0.98 0.13 0.06
HSL 307.66º 0.97% 0.48% -
HSV(B) 307.66º 0.98% 0.94% -
XYZ 47.15 23.04 62.28 -
YUV 97.64 190.86 228.83 -
System Red Green Blue C M Y K H S L
Decimal 239 4 209 0 0.98 0.13 0.06 307.66 0.97 0.48
Hex EF 4 D1 0 62 D 6 134 61 30
Octal 357 4 321 0 142 15 6 464 141 60
Binary 11101111 100 11010001 0 1100010 1101 110 100110100 1100001 110000

Color Harmonies of #EF04D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF04D1

Black with #EF04D1

Text Example


Text Example

White with #EF04D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF04D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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