Html Css Color HEX #EE01FD Magenta

📋 copy color: '#EE01FD'

red 238 ◦ green 1 ◦ blue 253

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

Shades of Magenta #EE01FD

Tints of Magenta #EE01FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.42%

R = 48.37%
G = 0.2%
B = 51.42%

CMYK

 C value IS 0.06

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE01FD (or 0xEE01FD) is known color: Magenta. HEX triplet: EE, 01 and FD. RGB value is (238,1,253). Sum of RGB (Red+Green+Blue) = 238+1+253=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 1 (0.78% from 255 or 0.20% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE01FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE01FD is #11FE02. Grayscale: #636363. Windows color (decimal): -1179139 or 16581102. OLE color: 16581102.

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

Color convert

RGB 238 1 253 -
CMYK 0.06 1.00 0 0.01
HSL 296.43º 0.99% 0.5% -
HSV(B) 296.43º 1% 0.99% -
XYZ 53 25.29 95.02 -
YUV 100.59 214.02 226.01 -
System Red Green Blue C M Y K H S L
Decimal 238 1 253 0.06 1.00 0 0.01 296.43 0.99 0.5
Hex EE 1 FD 6 64 0 1 128 63 32
Octal 356 1 375 6 144 0 1 450 143 62
Binary 11101110 1 11111101 110 1100100 0 1 100101000 1100011 110010

Color Harmonies of #EE01FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE01FD

Black with #EE01FD

Text Example


Text Example

White with #EE01FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE01FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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