Html Css Color HEX #EE07FC Magenta

📋 copy color: '#EE07FC'

red 238 ◦ green 7 ◦ blue 252

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

Shades of Magenta #EE07FC

Tints of Magenta #EE07FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.7%

R = 47.89%
G = 1.41%
B = 50.7%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE07FC (or 0xEE07FC) is known color: Magenta. HEX triplet: EE, 07 and FC. RGB value is (238,7,252). Sum of RGB (Red+Green+Blue) = 238+7+252=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 7 (3.12% from 255 or 1.41% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE07FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE07FC is #11F803. Grayscale: #676767. Windows color (decimal): -1177604 or 16517102. OLE color: 16517102.

HSL color Cylindrical-coordinate representation of color #EE07FC: hue angle of 296.57º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE07FC is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 7 252 -
CMYK 0.06 0.97 0 0.01
HSL 296.57º 0.98% 0.51% -
HSV(B) 296.57º 0.97% 0.99% -
XYZ 52.91 25.36 94.2 -
YUV 104 211.53 223.58 -
System Red Green Blue C M Y K H S L
Decimal 238 7 252 0.06 0.97 0 0.01 296.57 0.98 0.51
Hex EE 7 FC 6 61 0 1 129 62 33
Octal 356 7 374 6 141 0 1 451 142 63
Binary 11101110 111 11111100 110 1100001 0 1 100101001 1100010 110011

Color Harmonies of #EE07FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE07FC

Black with #EE07FC

Text Example


Text Example

White with #EE07FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE07FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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