Html Css Color HEX #EF0ADE Hot Magenta

📋 copy color: '#EF0ADE'

red 239 ◦ green 10 ◦ blue 222

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

Shades of Hot Magenta #EF0ADE

Tints of Hot Magenta #EF0ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.13%

R = 50.74%
G = 2.12%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF0ADE (or 0xEF0ADE) is known color: Hot Magenta. HEX triplet: EF, 0A and DE. RGB value is (239,10,222). Sum of RGB (Red+Green+Blue) = 239+10+222=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 10 (4.30% from 255 or 2.12% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0ADE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0ADE is #10F521. Grayscale: #666666. Windows color (decimal): -1111330 or 14551791. OLE color: 14551791.

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

Color convert

RGB 239 10 222 -
CMYK 0 0.96 0.07 0.06
HSL 304.45º 0.92% 0.49% -
HSV(B) 304.45º 0.96% 0.94% -
XYZ 48.89 23.84 71.13 -
YUV 102.64 195.37 225.26 -
System Red Green Blue C M Y K H S L
Decimal 239 10 222 0 0.96 0.07 0.06 304.45 0.92 0.49
Hex EF A DE 0 60 7 6 130 5C 31
Octal 357 12 336 0 140 7 6 460 134 61
Binary 11101111 1010 11011110 0 1100000 111 110 100110000 1011100 110001

Color Harmonies of #EF0ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0ADE

Black with #EF0ADE

Text Example


Text Example

White with #EF0ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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