Html Css Color HEX #EE05FE Magenta

📋 copy color: '#EE05FE'

red 238 ◦ green 5 ◦ blue 254

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

Shades of Magenta #EE05FE

Tints of Magenta #EE05FE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.01%

 BLUE value IS 254 (99.61% from 255) = 51.11%

R = 47.89%
G = 1.01%
B = 51.11%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE05FE (or 0xEE05FE) is known color: Magenta. HEX triplet: EE, 05 and FE. RGB value is (238,5,254). Sum of RGB (Red+Green+Blue) = 238+5+254=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 5 (2.34% from 255 or 1.01% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE05FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE05FE is #11FA01. Grayscale: #666666. Windows color (decimal): -1178114 or 16647662. OLE color: 16647662.

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

Color convert

RGB 238 5 254 -
CMYK 0.06 0.98 0 0.00
HSL 296.14º 0.99% 0.51% -
HSV(B) 296.14º 0.98% 1% -
XYZ 53.2 25.44 95.87 -
YUV 103.05 213.19 224.25 -
System Red Green Blue C M Y K H S L
Decimal 238 5 254 0.06 0.98 0 0.00 296.14 0.99 0.51
Hex EE 5 FE 6 62 0 0 128 63 33
Octal 356 5 376 6 142 0 0 450 143 63
Binary 11101110 101 11111110 110 1100010 0 0 100101000 1100011 110011

Color Harmonies of #EE05FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE05FE

Black with #EE05FE

Text Example


Text Example

White with #EE05FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE05FE; }

 p { color: rgb(238,5,254); }

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

background-color css

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

 a { background-color: rgb(238,5,254); }

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

border-color css

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

 span { border-color: rgb(238,5,254); }

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