Html Css Color HEX #EE07F9 Magenta

📋 copy color: '#EE07F9'

red 238 ◦ green 7 ◦ blue 249

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

Shades of Magenta #EE07F9

Tints of Magenta #EE07F9

RGB

 RED value IS 238 (93.36% from 255) = 48.18%

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

 BLUE value IS 249 (97.66% from 255) = 50.4%

R = 48.18%
G = 1.42%
B = 50.4%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE07F9 (or 0xEE07F9) is known color: Magenta. HEX triplet: EE, 07 and F9. RGB value is (238,7,249). Sum of RGB (Red+Green+Blue) = 238+7+249=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 7 (3.12% from 255 or 1.42% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE07F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE07F9 is #11F806. Grayscale: #666666. Windows color (decimal): -1177607 or 16320494. OLE color: 16320494.

HSL color Cylindrical-coordinate representation of color #EE07F9: hue angle of 297.27º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE07F9 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 7 249 -
CMYK 0.04 0.97 0 0.02
HSL 297.27º 0.95% 0.5% -
HSV(B) 297.27º 0.97% 0.98% -
XYZ 52.43 25.17 91.72 -
YUV 103.66 210.03 223.82 -
System Red Green Blue C M Y K H S L
Decimal 238 7 249 0.04 0.97 0 0.02 297.27 0.95 0.5
Hex EE 7 F9 4 61 0 2 129 5F 32
Octal 356 7 371 4 141 0 2 451 137 62
Binary 11101110 111 11111001 100 1100001 0 10 100101001 1011111 110010

Color Harmonies of #EE07F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE07F9

Black with #EE07F9

Text Example


Text Example

White with #EE07F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE07F9; }

 p { color: rgb(238,7,249); }

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

background-color css

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

 a { background-color: rgb(238,7,249); }

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

border-color css

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

 span { border-color: rgb(238,7,249); }

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