Html Css Color HEX #EF0ADC Hot Magenta

📋 copy color: '#EF0ADC'

red 239 ◦ green 10 ◦ blue 220

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

Shades of Hot Magenta #EF0ADC

Tints of Hot Magenta #EF0ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 50.96%
G = 2.13%
B = 46.91%

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

#EF0ADC (or 0xEF0ADC) is known color: Hot Magenta. HEX triplet: EF, 0A and DC. RGB value is (239,10,220). Sum of RGB (Red+Green+Blue) = 239+10+220=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 10 (4.30% from 255 or 2.13% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0ADC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0ADC is #10F523. Grayscale: #656565. Windows color (decimal): -1111332 or 14420719. OLE color: 14420719.

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

Color convert

RGB 239 10 220 -
CMYK 0 0.96 0.08 0.06
HSL 304.98º 0.92% 0.49% -
HSV(B) 304.98º 0.96% 0.94% -
XYZ 48.62 23.74 69.73 -
YUV 102.41 194.37 225.42 -
System Red Green Blue C M Y K H S L
Decimal 239 10 220 0 0.96 0.08 0.06 304.98 0.92 0.49
Hex EF A DC 0 60 8 6 131 5C 31
Octal 357 12 334 0 140 10 6 461 134 61
Binary 11101111 1010 11011100 0 1100000 1000 110 100110001 1011100 110001

Color Harmonies of #EF0ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0ADC

Black with #EF0ADC

Text Example


Text Example

White with #EF0ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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