Html Css Color HEX #EE10FA Magenta

📋 copy color: '#EE10FA'

red 238 ◦ green 16 ◦ blue 250

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

Shades of Magenta #EE10FA

Tints of Magenta #EE10FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.17%

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

R = 47.22%
G = 3.17%
B = 49.6%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE10FA (or 0xEE10FA) is known color: Magenta. HEX triplet: EE, 10 and FA. RGB value is (238,16,250). Sum of RGB (Red+Green+Blue) = 238+16+250=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 16 (6.64% from 255 or 3.17% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE10FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE10FA is #11EF05. Grayscale: #6C6C6C. Windows color (decimal): -1175302 or 16388334. OLE color: 16388334.

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

Color convert

RGB 238 16 250 -
CMYK 0.05 0.94 0 0.02
HSL 296.92º 0.96% 0.52% -
HSV(B) 296.92º 0.94% 0.98% -
XYZ 52.7 25.45 92.58 -
YUV 109.05 207.55 219.97 -
System Red Green Blue C M Y K H S L
Decimal 238 16 250 0.05 0.94 0 0.02 296.92 0.96 0.52
Hex EE 10 FA 5 5E 0 2 129 60 34
Octal 356 20 372 5 136 0 2 451 140 64
Binary 11101110 10000 11111010 101 1011110 0 10 100101001 1100000 110100

Color Harmonies of #EE10FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE10FA

Black with #EE10FA

Text Example


Text Example

White with #EE10FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE10FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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