Html Css Color HEX #EF08DB Hot Magenta

📋 copy color: '#EF08DB'

red 239 ◦ green 8 ◦ blue 219

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

Shades of Hot Magenta #EF08DB

Tints of Hot Magenta #EF08DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.72%

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

R = 51.29%
G = 1.72%
B = 47%

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

#EF08DB (or 0xEF08DB) is known color: Hot Magenta. HEX triplet: EF, 08 and DB. RGB value is (239,8,219). Sum of RGB (Red+Green+Blue) = 239+8+219=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 8 (3.52% from 255 or 1.72% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF08DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF08DB is #10F724. Grayscale: #646464. Windows color (decimal): -1111845 or 14354671. OLE color: 14354671.

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

Color convert

RGB 239 8 219 -
CMYK 0 0.97 0.08 0.06
HSL 305.19º 0.94% 0.48% -
HSV(B) 305.19º 0.97% 0.94% -
XYZ 48.47 23.64 69.03 -
YUV 101.12 194.53 226.34 -
System Red Green Blue C M Y K H S L
Decimal 239 8 219 0 0.97 0.08 0.06 305.19 0.94 0.48
Hex EF 8 DB 0 61 8 6 131 5E 30
Octal 357 10 333 0 141 10 6 461 136 60
Binary 11101111 1000 11011011 0 1100001 1000 110 100110001 1011110 110000

Color Harmonies of #EF08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF08DB

Black with #EF08DB

Text Example


Text Example

White with #EF08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF08DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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