Html Css Color HEX #EE18EA Magenta

📋 copy color: '#EE18EA'

red 238 ◦ green 24 ◦ blue 234

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

Shades of Magenta #EE18EA

Tints of Magenta #EE18EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.18%

R = 47.98%
G = 4.84%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE18EA (or 0xEE18EA) is known color: Magenta. HEX triplet: EE, 18 and EA. RGB value is (238,24,234). Sum of RGB (Red+Green+Blue) = 238+24+234=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 24 (9.77% from 255 or 4.84% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EE18EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE18EA is #11E715. Grayscale: #6F6F6F. Windows color (decimal): -1173270 or 15341806. OLE color: 15341806.

HSL color Cylindrical-coordinate representation of color #EE18EA: hue angle of 301.12º 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 #EE18EA is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 24 234 -
CMYK 0 0.90 0.02 0.07
HSL 301.12º 0.86% 0.51% -
HSV(B) 301.12º 0.9% 0.93% -
XYZ 50.44 24.77 79.96 -
YUV 111.93 196.9 217.92 -
System Red Green Blue C M Y K H S L
Decimal 238 24 234 0 0.90 0.02 0.07 301.12 0.86 0.51
Hex EE 18 EA 0 5A 2 7 12D 56 33
Octal 356 30 352 0 132 2 7 455 126 63
Binary 11101110 11000 11101010 0 1011010 10 111 100101101 1010110 110011

Color Harmonies of #EE18EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE18EA

Black with #EE18EA

Text Example


Text Example

White with #EE18EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE18EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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