Html Css Color HEX #EE04FA Magenta

📋 copy color: '#EE04FA'

red 238 ◦ green 4 ◦ blue 250

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

Shades of Magenta #EE04FA

Tints of Magenta #EE04FA

RGB

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

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

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

R = 48.37%
G = 0.81%
B = 50.81%

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

#EE04FA (or 0xEE04FA) is known color: Magenta. HEX triplet: EE, 04 and FA. RGB value is (238,4,250). Sum of RGB (Red+Green+Blue) = 238+4+250=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 4 (1.95% from 255 or 0.81% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE04FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE04FA is #11FB05. Grayscale: #656565. Windows color (decimal): -1178374 or 16385262. OLE color: 16385262.

HSL color Cylindrical-coordinate representation of color #EE04FA: hue angle of 297.07º degrees, saturation: 0.97, 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 #EE04FA is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 4 250 -
CMYK 0.05 0.98 0 0.02
HSL 297.07º 0.97% 0.5% -
HSV(B) 297.07º 0.98% 0.98% -
XYZ 52.56 25.17 92.53 -
YUV 102.01 211.52 225 -
System Red Green Blue C M Y K H S L
Decimal 238 4 250 0.05 0.98 0 0.02 297.07 0.97 0.5
Hex EE 4 FA 5 62 0 2 129 61 32
Octal 356 4 372 5 142 0 2 451 141 62
Binary 11101110 100 11111010 101 1100010 0 10 100101001 1100001 110010

Color Harmonies of #EE04FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE04FA

Black with #EE04FA

Text Example


Text Example

White with #EE04FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE04FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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