Html Css Color HEX #EF07E1 Hot Magenta

📋 copy color: '#EF07E1'

red 239 ◦ green 7 ◦ blue 225

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

Shades of Hot Magenta #EF07E1

Tints of Hot Magenta #EF07E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.77%

R = 50.74%
G = 1.49%
B = 47.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EF07E1 (or 0xEF07E1) is known color: Hot Magenta. HEX triplet: EF, 07 and E1. RGB value is (239,7,225). Sum of RGB (Red+Green+Blue) = 239+7+225=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 7 (3.12% from 255 or 1.49% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF07E1 is #10F81E. Grayscale: #646464. Windows color (decimal): -1112095 or 14747631. OLE color: 14747631.

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

Color convert

RGB 239 7 225 -
CMYK 0 0.97 0.06 0.06
HSL 303.62º 0.94% 0.48% -
HSV(B) 303.62º 0.97% 0.94% -
XYZ 49.26 23.94 73.26 -
YUV 101.22 197.86 226.27 -
System Red Green Blue C M Y K H S L
Decimal 239 7 225 0 0.97 0.06 0.06 303.62 0.94 0.48
Hex EF 7 E1 0 61 6 6 130 5E 30
Octal 357 7 341 0 141 6 6 460 136 60
Binary 11101111 111 11100001 0 1100001 110 110 100110000 1011110 110000

Color Harmonies of #EF07E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF07E1

Black with #EF07E1

Text Example


Text Example

White with #EF07E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF07E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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