Html Css Color HEX #EE13FA Magenta

📋 copy color: '#EE13FA'

red 238 ◦ green 19 ◦ blue 250

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

Shades of Magenta #EE13FA

Tints of Magenta #EE13FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.75%

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 46.94%
G = 3.75%
B = 49.31%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE13FA (or 0xEE13FA) is known color: Magenta. HEX triplet: EE, 13 and FA. RGB value is (238,19,250). Sum of RGB (Red+Green+Blue) = 238+19+250=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 19 (7.81% from 255 or 3.75% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE13FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE13FA is #11EC05. Grayscale: #6E6E6E. Windows color (decimal): -1174534 or 16389102. OLE color: 16389102.

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

Color convert

RGB 238 19 250 -
CMYK 0.05 0.92 0 0.02
HSL 296.88º 0.96% 0.53% -
HSV(B) 296.88º 0.92% 0.98% -
XYZ 52.75 25.55 92.59 -
YUV 110.82 206.55 218.72 -
System Red Green Blue C M Y K H S L
Decimal 238 19 250 0.05 0.92 0 0.02 296.88 0.96 0.53
Hex EE 13 FA 5 5C 0 2 129 60 35
Octal 356 23 372 5 134 0 2 451 140 65
Binary 11101110 10011 11111010 101 1011100 0 10 100101001 1100000 110101

Color Harmonies of #EE13FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE13FA

Black with #EE13FA

Text Example


Text Example

White with #EE13FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE13FA; }

 p { color: rgb(238,19,250); }

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

background-color css

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

 a { background-color: rgb(238,19,250); }

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

border-color css

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

 span { border-color: rgb(238,19,250); }

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