Html Css Color HEX #EE05FA Magenta

📋 copy color: '#EE05FA'

red 238 ◦ green 5 ◦ blue 250

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

Shades of Magenta #EE05FA

Tints of Magenta #EE05FA

RGB

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

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

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

R = 48.28%
G = 1.01%
B = 50.71%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE05FA (or 0xEE05FA) is known color: Magenta. HEX triplet: EE, 05 and FA. RGB value is (238,5,250). Sum of RGB (Red+Green+Blue) = 238+5+250=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 5 (2.34% from 255 or 1.01% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE05FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE05FA is #11FA05. Grayscale: #656565. Windows color (decimal): -1178118 or 16385518. OLE color: 16385518.

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

Color convert

RGB 238 5 250 -
CMYK 0.05 0.98 0 0.02
HSL 297.06º 0.96% 0.5% -
HSV(B) 297.06º 0.98% 0.98% -
XYZ 52.57 25.19 92.53 -
YUV 102.6 211.19 224.58 -
System Red Green Blue C M Y K H S L
Decimal 238 5 250 0.05 0.98 0 0.02 297.06 0.96 0.5
Hex EE 5 FA 5 62 0 2 129 60 32
Octal 356 5 372 5 142 0 2 451 140 62
Binary 11101110 101 11111010 101 1100010 0 10 100101001 1100000 110010

Color Harmonies of #EE05FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE05FA

Black with #EE05FA

Text Example


Text Example

White with #EE05FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE05FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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