Html Css Color HEX #EE18ED Magenta

📋 copy color: '#EE18ED'

red 238 ◦ green 24 ◦ blue 237

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

Shades of Magenta #EE18ED

Tints of Magenta #EE18ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.49%

R = 47.7%
G = 4.81%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EE18ED (or 0xEE18ED) is known color: Magenta. HEX triplet: EE, 18 and ED. RGB value is (238,24,237). Sum of RGB (Red+Green+Blue) = 238+24+237=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 24 (9.77% from 255 or 4.81% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EE18ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE18ED is #11E712. Grayscale: #6F6F6F. Windows color (decimal): -1173267 or 15538414. OLE color: 15538414.

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

Color convert

RGB 238 24 237 -
CMYK 0 0.90 0.00 0.07
HSL 300.28º 0.86% 0.51% -
HSV(B) 300.28º 0.9% 0.93% -
XYZ 50.87 24.94 82.25 -
YUV 112.27 198.4 217.68 -
System Red Green Blue C M Y K H S L
Decimal 238 24 237 0 0.90 0.00 0.07 300.28 0.86 0.51
Hex EE 18 ED 0 5A 0 7 12C 56 33
Octal 356 30 355 0 132 0 7 454 126 63
Binary 11101110 11000 11101101 0 1011010 0 111 100101100 1010110 110011

Color Harmonies of #EE18ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE18ED

Black with #EE18ED

Text Example


Text Example

White with #EE18ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE18ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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