Html Css Color HEX #EE00FC Magenta

📋 copy color: '#EE00FC'

red 238 ◦ green 0 ◦ blue 252

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

Shades of Magenta #EE00FC

Tints of Magenta #EE00FC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.57%
G = 0%
B = 51.43%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE00FC (or 0xEE00FC) is known color: Magenta. HEX triplet: EE, 00 and FC. RGB value is (238,0,252). Sum of RGB (Red+Green+Blue) = 238+0+252=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 0 (0.39% from 255 or 0% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE00FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE00FC is #11FF03. Grayscale: #636363. Windows color (decimal): -1179396 or 16515310. OLE color: 16515310.

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

Color convert

RGB 238 0 252 -
CMYK 0.06 1 0 0.01
HSL 296.67º 1% 0.49% -
HSV(B) 296.67º 1% 0.99% -
XYZ 52.83 25.21 94.18 -
YUV 99.89 213.85 226.51 -
System Red Green Blue C M Y K H S L
Decimal 238 0 252 0.06 1 0 0.01 296.67 1 0.49
Hex EE 0 FC 6 64 0 1 129 64 31
Octal 356 0 374 6 144 0 1 451 144 61
Binary 11101110 0 11111100 110 1100100 0 1 100101001 1100100 110001

Color Harmonies of #EE00FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE00FC

Black with #EE00FC

Text Example


Text Example

White with #EE00FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE00FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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