Html Css Color HEX #EF0ADA Hot Magenta

📋 copy color: '#EF0ADA'

red 239 ◦ green 10 ◦ blue 218

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

Shades of Hot Magenta #EF0ADA

Tints of Hot Magenta #EF0ADA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.14%

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

R = 51.18%
G = 2.14%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF0ADA (or 0xEF0ADA) is known color: Hot Magenta. HEX triplet: EF, 0A and DA. RGB value is (239,10,218). Sum of RGB (Red+Green+Blue) = 239+10+218=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 10 (4.30% from 255 or 2.14% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0ADA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0ADA is #10F525. Grayscale: #656565. Windows color (decimal): -1111334 or 14289647. OLE color: 14289647.

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

Color convert

RGB 239 10 218 -
CMYK 0 0.96 0.09 0.06
HSL 305.5º 0.92% 0.49% -
HSV(B) 305.5º 0.96% 0.94% -
XYZ 48.36 23.63 68.34 -
YUV 102.18 193.37 225.59 -
System Red Green Blue C M Y K H S L
Decimal 239 10 218 0 0.96 0.09 0.06 305.5 0.92 0.49
Hex EF A DA 0 60 9 6 132 5C 31
Octal 357 12 332 0 140 11 6 462 134 61
Binary 11101111 1010 11011010 0 1100000 1001 110 100110010 1011100 110001

Color Harmonies of #EF0ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0ADA

Black with #EF0ADA

Text Example


Text Example

White with #EF0ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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