Html Css Color HEX #EF07DF Hot Magenta

📋 copy color: '#EF07DF'

red 239 ◦ green 7 ◦ blue 223

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

Shades of Hot Magenta #EF07DF

Tints of Hot Magenta #EF07DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.55%

R = 50.96%
G = 1.49%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF07DF (or 0xEF07DF) is known color: Hot Magenta. HEX triplet: EF, 07 and DF. RGB value is (239,7,223). Sum of RGB (Red+Green+Blue) = 239+7+223=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 7 (3.12% from 255 or 1.49% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF07DF is #10F820. Grayscale: #646464. Windows color (decimal): -1112097 or 14616559. OLE color: 14616559.

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

Color convert

RGB 239 7 223 -
CMYK 0 0.97 0.07 0.06
HSL 304.14º 0.94% 0.48% -
HSV(B) 304.14º 0.97% 0.94% -
XYZ 48.99 23.83 71.83 -
YUV 100.99 196.86 226.44 -
System Red Green Blue C M Y K H S L
Decimal 239 7 223 0 0.97 0.07 0.06 304.14 0.94 0.48
Hex EF 7 DF 0 61 7 6 130 5E 30
Octal 357 7 337 0 141 7 6 460 136 60
Binary 11101111 111 11011111 0 1100001 111 110 100110000 1011110 110000

Color Harmonies of #EF07DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF07DF

Black with #EF07DF

Text Example


Text Example

White with #EF07DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF07DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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