Html Css Color HEX #EE18FA Magenta

📋 copy color: '#EE18FA'

red 238 ◦ green 24 ◦ blue 250

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

Shades of Magenta #EE18FA

Tints of Magenta #EE18FA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.69%

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

R = 46.48%
G = 4.69%
B = 48.83%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE18FA (or 0xEE18FA) is known color: Magenta. HEX triplet: EE, 18 and FA. RGB value is (238,24,250). Sum of RGB (Red+Green+Blue) = 238+24+250=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 24 (9.77% from 255 or 4.69% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE18FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE18FA is #11E705. Grayscale: #717171. Windows color (decimal): -1173254 or 16390382. OLE color: 16390382.

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

Color convert

RGB 238 24 250 -
CMYK 0.05 0.90 0 0.02
HSL 296.81º 0.96% 0.54% -
HSV(B) 296.81º 0.9% 0.98% -
XYZ 52.84 25.73 92.62 -
YUV 113.75 204.9 216.62 -
System Red Green Blue C M Y K H S L
Decimal 238 24 250 0.05 0.90 0 0.02 296.81 0.96 0.54
Hex EE 18 FA 5 5A 0 2 129 60 36
Octal 356 30 372 5 132 0 2 451 140 66
Binary 11101110 11000 11111010 101 1011010 0 10 100101001 1100000 110110

Color Harmonies of #EE18FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE18FA

Black with #EE18FA

Text Example


Text Example

White with #EE18FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE18FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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