Html Css Color HEX #EF04DA Hot Magenta

📋 copy color: '#EF04DA'

red 239 ◦ green 4 ◦ blue 218

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

Shades of Hot Magenta #EF04DA

Tints of Hot Magenta #EF04DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 51.84%
G = 0.87%
B = 47.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF04DA (or 0xEF04DA) is known color: Hot Magenta. HEX triplet: EF, 04 and DA. RGB value is (239,4,218). Sum of RGB (Red+Green+Blue) = 239+4+218=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 4 (1.95% from 255 or 0.87% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF04DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF04DA is #10FB25. Grayscale: #626262. Windows color (decimal): -1112870 or 14288111. OLE color: 14288111.

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

Color convert

RGB 239 4 218 -
CMYK 0 0.98 0.09 0.06
HSL 305.36º 0.97% 0.48% -
HSV(B) 305.36º 0.98% 0.94% -
XYZ 48.29 23.5 68.32 -
YUV 98.66 195.36 228.1 -
System Red Green Blue C M Y K H S L
Decimal 239 4 218 0 0.98 0.09 0.06 305.36 0.97 0.48
Hex EF 4 DA 0 62 9 6 131 61 30
Octal 357 4 332 0 142 11 6 461 141 60
Binary 11101111 100 11011010 0 1100010 1001 110 100110001 1100001 110000

Color Harmonies of #EF04DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF04DA

Black with #EF04DA

Text Example


Text Example

White with #EF04DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF04DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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