Html Css Color HEX #EE18EB Magenta

📋 copy color: '#EE18EB'

red 238 ◦ green 24 ◦ blue 235

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

Shades of Magenta #EE18EB

Tints of Magenta #EE18EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.28%

R = 47.89%
G = 4.83%
B = 47.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE18EB (or 0xEE18EB) is known color: Magenta. HEX triplet: EE, 18 and EB. RGB value is (238,24,235). Sum of RGB (Red+Green+Blue) = 238+24+235=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 24 (9.77% from 255 or 4.83% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE18EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE18EB is #11E714. Grayscale: #6F6F6F. Windows color (decimal): -1173269 or 15407342. OLE color: 15407342.

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

Color convert

RGB 238 24 235 -
CMYK 0 0.90 0.01 0.07
HSL 300.84º 0.86% 0.51% -
HSV(B) 300.84º 0.9% 0.93% -
XYZ 50.58 24.83 80.72 -
YUV 112.04 197.4 217.84 -
System Red Green Blue C M Y K H S L
Decimal 238 24 235 0 0.90 0.01 0.07 300.84 0.86 0.51
Hex EE 18 EB 0 5A 1 7 12D 56 33
Octal 356 30 353 0 132 1 7 455 126 63
Binary 11101110 11000 11101011 0 1011010 1 111 100101101 1010110 110011

Color Harmonies of #EE18EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE18EB

Black with #EE18EB

Text Example


Text Example

White with #EE18EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE18EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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