Html Css Color HEX #EE01FA Magenta

📋 copy color: '#EE01FA'

red 238 ◦ green 1 ◦ blue 250

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

Shades of Magenta #EE01FA

Tints of Magenta #EE01FA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.2%

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

R = 48.67%
G = 0.2%
B = 51.12%

CMYK

 C value IS 0.05

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE01FA (or 0xEE01FA) is known color: Magenta. HEX triplet: EE, 01 and FA. RGB value is (238,1,250). Sum of RGB (Red+Green+Blue) = 238+1+250=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 1 (0.78% from 255 or 0.20% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE01FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE01FA is #11FE05. Grayscale: #636363. Windows color (decimal): -1179142 or 16384494. OLE color: 16384494.

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

Color convert

RGB 238 1 250 -
CMYK 0.05 1.00 0 0.02
HSL 297.11º 0.99% 0.49% -
HSV(B) 297.11º 1% 0.98% -
XYZ 52.53 25.1 92.52 -
YUV 100.25 212.52 226.25 -
System Red Green Blue C M Y K H S L
Decimal 238 1 250 0.05 1.00 0 0.02 297.11 0.99 0.49
Hex EE 1 FA 5 64 0 2 129 63 31
Octal 356 1 372 5 144 0 2 451 143 61
Binary 11101110 1 11111010 101 1100100 0 10 100101001 1100011 110001

Color Harmonies of #EE01FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE01FA

Black with #EE01FA

Text Example


Text Example

White with #EE01FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE01FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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