Html Css Color HEX #EE1AF3 Magenta

📋 copy color: '#EE1AF3'

red 238 ◦ green 26 ◦ blue 243

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

Shades of Magenta #EE1AF3

Tints of Magenta #EE1AF3

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.13%

 BLUE value IS 243 (95.31% from 255) = 47.93%

R = 46.94%
G = 5.13%
B = 47.93%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE1AF3 (or 0xEE1AF3) is known color: Magenta. HEX triplet: EE, 1A and F3. RGB value is (238,26,243). Sum of RGB (Red+Green+Blue) = 238+26+243=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 26 (10.55% from 255 or 5.13% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #EE1AF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1AF3 is #11E50C. Grayscale: #717171. Windows color (decimal): -1172749 or 15932142. OLE color: 15932142.

HSL color Cylindrical-coordinate representation of color #EE1AF3: hue angle of 298.62º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1AF3 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 26 243 -
CMYK 0.02 0.89 0 0.05
HSL 298.62º 0.9% 0.53% -
HSV(B) 298.62º 0.89% 0.95% -
XYZ 51.81 25.39 86.96 -
YUV 114.13 200.74 216.36 -
System Red Green Blue C M Y K H S L
Decimal 238 26 243 0.02 0.89 0 0.05 298.62 0.9 0.53
Hex EE 1A F3 2 59 0 5 12B 5A 35
Octal 356 32 363 2 131 0 5 453 132 65
Binary 11101110 11010 11110011 10 1011001 0 101 100101011 1011010 110101

Color Harmonies of #EE1AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1AF3

Black with #EE1AF3

Text Example


Text Example

White with #EE1AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1AF3; }

 p { color: rgb(238,26,243); }

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

background-color css

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

 a { background-color: rgb(238,26,243); }

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

border-color css

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

 span { border-color: rgb(238,26,243); }

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