Html Css Color HEX #EE1FEA Magenta

📋 copy color: '#EE1FEA'

red 238 ◦ green 31 ◦ blue 234

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

Shades of Magenta #EE1FEA

Tints of Magenta #EE1FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.52%

R = 47.32%
G = 6.16%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE1FEA (or 0xEE1FEA) is known color: Magenta. HEX triplet: EE, 1F and EA. RGB value is (238,31,234). Sum of RGB (Red+Green+Blue) = 238+31+234=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 31 (12.5% from 255 or 6.16% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1FEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1FEA is #11E015. Grayscale: #737373. Windows color (decimal): -1171478 or 15343598. OLE color: 15343598.

HSL color Cylindrical-coordinate representation of color #EE1FEA: hue angle of 301.16º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1FEA is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 31 234 -
CMYK 0 0.87 0.02 0.07
HSL 301.16º 0.86% 0.53% -
HSV(B) 301.16º 0.87% 0.93% -
XYZ 50.6 25.1 80.02 -
YUV 116.04 194.58 214.99 -
System Red Green Blue C M Y K H S L
Decimal 238 31 234 0 0.87 0.02 0.07 301.16 0.86 0.53
Hex EE 1F EA 0 57 2 7 12D 56 35
Octal 356 37 352 0 127 2 7 455 126 65
Binary 11101110 11111 11101010 0 1010111 10 111 100101101 1010110 110101

Color Harmonies of #EE1FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1FEA

Black with #EE1FEA

Text Example


Text Example

White with #EE1FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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