Html Css Color HEX #EE31FB Magenta

📋 copy color: '#EE31FB'

red 238 ◦ green 49 ◦ blue 251

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

Shades of Magenta #EE31FB

Tints of Magenta #EE31FB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.11%

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

R = 44.24%
G = 9.11%
B = 46.65%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE31FB (or 0xEE31FB) is known color: Magenta. HEX triplet: EE, 31 and FB. RGB value is (238,49,251). Sum of RGB (Red+Green+Blue) = 238+49+251=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 49 (19.53% from 255 or 9.11% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE31FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE31FB is #11CE04. Grayscale: #7F7F7F. Windows color (decimal): -1166853 or 16462318. OLE color: 16462318.

HSL color Cylindrical-coordinate representation of color #EE31FB: hue angle of 296.14º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE31FB is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 49 251 -
CMYK 0.05 0.80 0 0.02
HSL 296.14º 0.96% 0.59% -
HSV(B) 296.14º 0.8% 0.98% -
XYZ 53.77 27.34 93.71 -
YUV 128.54 197.12 206.07 -
System Red Green Blue C M Y K H S L
Decimal 238 49 251 0.05 0.80 0 0.02 296.14 0.96 0.59
Hex EE 31 FB 5 50 0 2 128 60 3B
Octal 356 61 373 5 120 0 2 450 140 73
Binary 11101110 110001 11111011 101 1010000 0 10 100101000 1100000 111011

Color Harmonies of #EE31FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE31FB

Black with #EE31FB

Text Example


Text Example

White with #EE31FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE31FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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