Html Css Color HEX #EF07DD Hot Magenta

📋 copy color: '#EF07DD'

red 239 ◦ green 7 ◦ blue 221

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

Shades of Hot Magenta #EF07DD

Tints of Hot Magenta #EF07DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.5%

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 51.18%
G = 1.5%
B = 47.32%

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

#EF07DD (or 0xEF07DD) is known color: Hot Magenta. HEX triplet: EF, 07 and DD. RGB value is (239,7,221). Sum of RGB (Red+Green+Blue) = 239+7+221=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 7 (3.12% from 255 or 1.50% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF07DD is #10F822. Grayscale: #646464. Windows color (decimal): -1112099 or 14485487. OLE color: 14485487.

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

Color convert

RGB 239 7 221 -
CMYK 0 0.97 0.08 0.06
HSL 304.66º 0.94% 0.48% -
HSV(B) 304.66º 0.97% 0.94% -
XYZ 48.72 23.72 70.42 -
YUV 100.76 195.86 226.6 -
System Red Green Blue C M Y K H S L
Decimal 239 7 221 0 0.97 0.08 0.06 304.66 0.94 0.48
Hex EF 7 DD 0 61 8 6 131 5E 30
Octal 357 7 335 0 141 10 6 461 136 60
Binary 11101111 111 11011101 0 1100001 1000 110 100110001 1011110 110000

Color Harmonies of #EF07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF07DD

Black with #EF07DD

Text Example


Text Example

White with #EF07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF07DD; }

 p { color: rgb(239,7,221); }

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

background-color css

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

 a { background-color: rgb(239,7,221); }

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

border-color css

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

 span { border-color: rgb(239,7,221); }

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