Html Css Color HEX #EF06DB Hot Magenta

📋 copy color: '#EF06DB'

red 239 ◦ green 6 ◦ blue 219

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

Shades of Hot Magenta #EF06DB

Tints of Hot Magenta #EF06DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.29%

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

R = 51.51%
G = 1.29%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF06DB (or 0xEF06DB) is known color: Hot Magenta. HEX triplet: EF, 06 and DB. RGB value is (239,6,219). Sum of RGB (Red+Green+Blue) = 239+6+219=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 6 (2.73% from 255 or 1.29% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF06DB is #10F924. Grayscale: #636363. Windows color (decimal): -1112357 or 14354159. OLE color: 14354159.

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

Color convert

RGB 239 6 219 -
CMYK 0 0.97 0.08 0.06
HSL 305.15º 0.95% 0.48% -
HSV(B) 305.15º 0.97% 0.94% -
XYZ 48.45 23.6 69.02 -
YUV 99.95 195.19 227.18 -
System Red Green Blue C M Y K H S L
Decimal 239 6 219 0 0.97 0.08 0.06 305.15 0.95 0.48
Hex EF 6 DB 0 61 8 6 131 5F 30
Octal 357 6 333 0 141 10 6 461 137 60
Binary 11101111 110 11011011 0 1100001 1000 110 100110001 1011111 110000

Color Harmonies of #EF06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF06DB

Black with #EF06DB

Text Example


Text Example

White with #EF06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF06DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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