Html Css Color HEX #EE02FC Magenta

📋 copy color: '#EE02FC'

red 238 ◦ green 2 ◦ blue 252

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

Shades of Magenta #EE02FC

Tints of Magenta #EE02FC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.41%

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

R = 48.37%
G = 0.41%
B = 51.22%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE02FC (or 0xEE02FC) is known color: Magenta. HEX triplet: EE, 02 and FC. RGB value is (238,2,252). Sum of RGB (Red+Green+Blue) = 238+2+252=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 2 (1.17% from 255 or 0.41% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE02FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE02FC is #11FD03. Grayscale: #646464. Windows color (decimal): -1178884 or 16515822. OLE color: 16515822.

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

Color convert

RGB 238 2 252 -
CMYK 0.06 0.99 0 0.01
HSL 296.64º 0.98% 0.5% -
HSV(B) 296.64º 0.99% 0.99% -
XYZ 52.85 25.25 94.18 -
YUV 101.06 213.19 225.67 -
System Red Green Blue C M Y K H S L
Decimal 238 2 252 0.06 0.99 0 0.01 296.64 0.98 0.5
Hex EE 2 FC 6 63 0 1 129 62 32
Octal 356 2 374 6 143 0 1 451 142 62
Binary 11101110 10 11111100 110 1100011 0 1 100101001 1100010 110010

Color Harmonies of #EE02FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE02FC

Black with #EE02FC

Text Example


Text Example

White with #EE02FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE02FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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