Html Css Color HEX #EF0ADD Hot Magenta

📋 copy color: '#EF0ADD'

red 239 ◦ green 10 ◦ blue 221

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

Shades of Hot Magenta #EF0ADD

Tints of Hot Magenta #EF0ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 50.85%
G = 2.13%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF0ADD (or 0xEF0ADD) is known color: Hot Magenta. HEX triplet: EF, 0A and DD. RGB value is (239,10,221). Sum of RGB (Red+Green+Blue) = 239+10+221=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 10 (4.30% from 255 or 2.13% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0ADD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0ADD is #10F522. Grayscale: #656565. Windows color (decimal): -1111331 or 14486255. OLE color: 14486255.

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

Color convert

RGB 239 10 221 -
CMYK 0 0.96 0.08 0.06
HSL 304.72º 0.92% 0.49% -
HSV(B) 304.72º 0.96% 0.94% -
XYZ 48.76 23.79 70.43 -
YUV 102.53 194.87 225.34 -
System Red Green Blue C M Y K H S L
Decimal 239 10 221 0 0.96 0.08 0.06 304.72 0.92 0.49
Hex EF A DD 0 60 8 6 131 5C 31
Octal 357 12 335 0 140 10 6 461 134 61
Binary 11101111 1010 11011101 0 1100000 1000 110 100110001 1011100 110001

Color Harmonies of #EF0ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0ADD

Black with #EF0ADD

Text Example


Text Example

White with #EF0ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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