Html Css Color HEX #EF0ADB Hot Magenta

📋 copy color: '#EF0ADB'

red 239 ◦ green 10 ◦ blue 219

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

Shades of Hot Magenta #EF0ADB

Tints of Hot Magenta #EF0ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.79%

R = 51.07%
G = 2.14%
B = 46.79%

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

#EF0ADB (or 0xEF0ADB) is known color: Hot Magenta. HEX triplet: EF, 0A and DB. RGB value is (239,10,219). Sum of RGB (Red+Green+Blue) = 239+10+219=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 10 (4.30% from 255 or 2.14% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0ADB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0ADB is #10F524. Grayscale: #656565. Windows color (decimal): -1111333 or 14355183. OLE color: 14355183.

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

Color convert

RGB 239 10 219 -
CMYK 0 0.96 0.08 0.06
HSL 305.24º 0.92% 0.49% -
HSV(B) 305.24º 0.96% 0.94% -
XYZ 48.49 23.68 69.03 -
YUV 102.3 193.87 225.51 -
System Red Green Blue C M Y K H S L
Decimal 239 10 219 0 0.96 0.08 0.06 305.24 0.92 0.49
Hex EF A DB 0 60 8 6 131 5C 31
Octal 357 12 333 0 140 10 6 461 134 61
Binary 11101111 1010 11011011 0 1100000 1000 110 100110001 1011100 110001

Color Harmonies of #EF0ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0ADB

Black with #EF0ADB

Text Example


Text Example

White with #EF0ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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