Html Css Color HEX #EF0FDA Hot Magenta

📋 copy color: '#EF0FDA'

red 239 ◦ green 15 ◦ blue 218

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

Shades of Hot Magenta #EF0FDA

Tints of Hot Magenta #EF0FDA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.18%

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

R = 50.64%
G = 3.18%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF0FDA (or 0xEF0FDA) is known color: Hot Magenta. HEX triplet: EF, 0F and DA. RGB value is (239,15,218). Sum of RGB (Red+Green+Blue) = 239+15+218=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 15 (6.25% from 255 or 3.18% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FDA is #10F025. Grayscale: #686868. Windows color (decimal): -1110054 or 14290927. OLE color: 14290927.

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

Color convert

RGB 239 15 218 -
CMYK 0 0.94 0.09 0.06
HSL 305.63º 0.88% 0.5% -
HSV(B) 305.63º 0.94% 0.94% -
XYZ 48.42 23.75 68.36 -
YUV 105.12 191.71 223.49 -
System Red Green Blue C M Y K H S L
Decimal 239 15 218 0 0.94 0.09 0.06 305.63 0.88 0.5
Hex EF F DA 0 5E 9 6 132 58 32
Octal 357 17 332 0 136 11 6 462 130 62
Binary 11101111 1111 11011010 0 1011110 1001 110 100110010 1011000 110010

Color Harmonies of #EF0FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0FDA

Black with #EF0FDA

Text Example


Text Example

White with #EF0FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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