Html Css Color HEX #EE07FA Magenta

📋 copy color: '#EE07FA'

red 238 ◦ green 7 ◦ blue 250

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

Shades of Magenta #EE07FA

Tints of Magenta #EE07FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 48.08%
G = 1.41%
B = 50.51%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE07FA (or 0xEE07FA) is known color: Magenta. HEX triplet: EE, 07 and FA. RGB value is (238,7,250). Sum of RGB (Red+Green+Blue) = 238+7+250=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 7 (3.12% from 255 or 1.41% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE07FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE07FA is #11F805. Grayscale: #676767. Windows color (decimal): -1177606 or 16386030. OLE color: 16386030.

HSL color Cylindrical-coordinate representation of color #EE07FA: hue angle of 297.04º degrees, saturation: 0.96, 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 #EE07FA is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 7 250 -
CMYK 0.05 0.97 0 0.02
HSL 297.04º 0.96% 0.5% -
HSV(B) 297.04º 0.97% 0.98% -
XYZ 52.59 25.23 92.54 -
YUV 103.77 210.53 223.74 -
System Red Green Blue C M Y K H S L
Decimal 238 7 250 0.05 0.97 0 0.02 297.04 0.96 0.5
Hex EE 7 FA 5 61 0 2 129 60 32
Octal 356 7 372 5 141 0 2 451 140 62
Binary 11101110 111 11111010 101 1100001 0 10 100101001 1100000 110010

Color Harmonies of #EE07FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE07FA

Black with #EE07FA

Text Example


Text Example

White with #EE07FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE07FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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