Html Css Color HEX #EE18EE Magenta

📋 copy color: '#EE18EE'

red 238 ◦ green 24 ◦ blue 238

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

Shades of Magenta #EE18EE

Tints of Magenta #EE18EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.6%

R = 47.6%
G = 4.8%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE18EE (or 0xEE18EE) is known color: Magenta. HEX triplet: EE, 18 and EE. RGB value is (238,24,238). Sum of RGB (Red+Green+Blue) = 238+24+238=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 24 (9.77% from 255 or 4.8% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE18EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE18EE is #11E711. Grayscale: #6F6F6F. Windows color (decimal): -1173266 or 15603950. OLE color: 15603950.

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

Color convert

RGB 238 24 238 -
CMYK 0 0.90 0 0.07
HSL 300º 0.86% 0.51% -
HSV(B) 300º 0.9% 0.93% -
XYZ 51.02 25 83.03 -
YUV 112.38 198.9 217.6 -
System Red Green Blue C M Y K H S L
Decimal 238 24 238 0 0.90 0 0.07 300 0.86 0.51
Hex EE 18 EE 0 5A 0 7 12C 56 33
Octal 356 30 356 0 132 0 7 454 126 63
Binary 11101110 11000 11101110 0 1011010 0 111 100101100 1010110 110011

Color Harmonies of #EE18EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE18EE

Black with #EE18EE

Text Example


Text Example

White with #EE18EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE18EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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