Html Css Color HEX #EE05FB Magenta

📋 copy color: '#EE05FB'

red 238 ◦ green 5 ◦ blue 251

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

Shades of Magenta #EE05FB

Tints of Magenta #EE05FB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.01%

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

R = 48.18%
G = 1.01%
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

#EE05FB (or 0xEE05FB) is known color: Magenta. HEX triplet: EE, 05 and FB. RGB value is (238,5,251). Sum of RGB (Red+Green+Blue) = 238+5+251=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 5 (2.34% from 255 or 1.01% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE05FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE05FB is #11FA04. Grayscale: #656565. Windows color (decimal): -1178117 or 16451054. OLE color: 16451054.

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

Color convert

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

Color Harmonies of #EE05FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE05FB

Black with #EE05FB

Text Example


Text Example

White with #EE05FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE05FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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