Html Css Color HEX #EE04FB Magenta

📋 copy color: '#EE04FB'

red 238 ◦ green 4 ◦ blue 251

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

Shades of Magenta #EE04FB

Tints of Magenta #EE04FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.91%

R = 48.28%
G = 0.81%
B = 50.91%

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

#EE04FB (or 0xEE04FB) is known color: Magenta. HEX triplet: EE, 04 and FB. RGB value is (238,4,251). Sum of RGB (Red+Green+Blue) = 238+4+251=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 4 (1.95% from 255 or 0.81% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE04FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE04FB is #11FB04. Grayscale: #656565. Windows color (decimal): -1178373 or 16450798. OLE color: 16450798.

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

Color convert

RGB 238 4 251 -
CMYK 0.05 0.98 0 0.02
HSL 296.84º 0.97% 0.5% -
HSV(B) 296.84º 0.98% 0.98% -
XYZ 52.72 25.23 93.36 -
YUV 102.12 212.02 224.92 -
System Red Green Blue C M Y K H S L
Decimal 238 4 251 0.05 0.98 0 0.02 296.84 0.97 0.5
Hex EE 4 FB 5 62 0 2 129 61 32
Octal 356 4 373 5 142 0 2 451 141 62
Binary 11101110 100 11111011 101 1100010 0 10 100101001 1100001 110010

Color Harmonies of #EE04FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE04FB

Black with #EE04FB

Text Example


Text Example

White with #EE04FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE04FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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