Html Css Color HEX #EE1FEF Magenta

📋 copy color: '#EE1FEF'

red 238 ◦ green 31 ◦ blue 239

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

Shades of Magenta #EE1FEF

Tints of Magenta #EE1FEF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.1%

 BLUE value IS 239 (93.75% from 255) = 47.05%

R = 46.85%
G = 6.1%
B = 47.05%

CMYK

 C value IS 0.00

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE1FEF (or 0xEE1FEF) is known color: Magenta. HEX triplet: EE, 1F and EF. RGB value is (238,31,239). Sum of RGB (Red+Green+Blue) = 238+31+239=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 31 (12.5% from 255 or 6.10% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE1FEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1FEF is #11E010. Grayscale: #737373. Windows color (decimal): -1171473 or 15671278. OLE color: 15671278.

HSL color Cylindrical-coordinate representation of color #EE1FEF: hue angle of 299.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1FEF is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 31 239 -
CMYK 0.00 0.87 0 0.06
HSL 299.71º 0.87% 0.53% -
HSV(B) 299.71º 0.87% 0.94% -
XYZ 51.33 25.39 83.86 -
YUV 116.61 197.08 214.59 -
System Red Green Blue C M Y K H S L
Decimal 238 31 239 0.00 0.87 0 0.06 299.71 0.87 0.53
Hex EE 1F EF 0 57 0 6 12C 57 35
Octal 356 37 357 0 127 0 6 454 127 65
Binary 11101110 11111 11101111 0 1010111 0 110 100101100 1010111 110101

Color Harmonies of #EE1FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1FEF

Black with #EE1FEF

Text Example


Text Example

White with #EE1FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1FEF; }

 p { color: rgb(238,31,239); }

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

background-color css

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

 a { background-color: rgb(238,31,239); }

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

border-color css

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

 span { border-color: rgb(238,31,239); }

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