Html Css Color HEX #EF03DB Hot Magenta

📋 copy color: '#EF03DB'

red 239 ◦ green 3 ◦ blue 219

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

Shades of Hot Magenta #EF03DB

Tints of Hot Magenta #EF03DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.65%

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

R = 51.84%
G = 0.65%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF03DB (or 0xEF03DB) is known color: Hot Magenta. HEX triplet: EF, 03 and DB. RGB value is (239,3,219). Sum of RGB (Red+Green+Blue) = 239+3+219=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 3 (1.56% from 255 or 0.65% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF03DB is #10FC24. Grayscale: #616161. Windows color (decimal): -1113125 or 14353391. OLE color: 14353391.

HSL color Cylindrical-coordinate representation of color #EF03DB: hue angle of 305.08º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF03DB is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 3 219 -
CMYK 0 0.99 0.08 0.06
HSL 305.08º 0.98% 0.47% -
HSV(B) 305.08º 0.99% 0.94% -
XYZ 48.42 23.53 69.01 -
YUV 98.19 196.19 228.44 -
System Red Green Blue C M Y K H S L
Decimal 239 3 219 0 0.99 0.08 0.06 305.08 0.98 0.47
Hex EF 3 DB 0 63 8 6 131 62 2F
Octal 357 3 333 0 143 10 6 461 142 57
Binary 11101111 11 11011011 0 1100011 1000 110 100110001 1100010 101111

Color Harmonies of #EF03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF03DB

Black with #EF03DB

Text Example


Text Example

White with #EF03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF03DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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