Html Css Color HEX #EE04FC Magenta

📋 copy color: '#EE04FC'

red 238 ◦ green 4 ◦ blue 252

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

Shades of Magenta #EE04FC

Tints of Magenta #EE04FC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.81%

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

R = 48.18%
G = 0.81%
B = 51.01%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE04FC (or 0xEE04FC) is known color: Magenta. HEX triplet: EE, 04 and FC. RGB value is (238,4,252). Sum of RGB (Red+Green+Blue) = 238+4+252=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 4 (1.95% from 255 or 0.81% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE04FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE04FC is #11FB03. Grayscale: #656565. Windows color (decimal): -1178372 or 16516334. OLE color: 16516334.

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

Color convert

RGB 238 4 252 -
CMYK 0.06 0.98 0 0.01
HSL 296.61º 0.98% 0.5% -
HSV(B) 296.61º 0.98% 0.99% -
XYZ 52.87 25.29 94.19 -
YUV 102.24 212.52 224.83 -
System Red Green Blue C M Y K H S L
Decimal 238 4 252 0.06 0.98 0 0.01 296.61 0.98 0.5
Hex EE 4 FC 6 62 0 1 129 62 32
Octal 356 4 374 6 142 0 1 451 142 62
Binary 11101110 100 11111100 110 1100010 0 1 100101001 1100010 110010

Color Harmonies of #EE04FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE04FC

Black with #EE04FC

Text Example


Text Example

White with #EE04FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE04FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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