Html Css Color HEX #EE18EF Magenta

📋 copy color: '#EE18EF'

red 238 ◦ green 24 ◦ blue 239

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

Shades of Magenta #EE18EF

Tints of Magenta #EE18EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.7%

R = 47.5%
G = 4.79%
B = 47.7%

CMYK

 C value IS 0.00

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE18EF (or 0xEE18EF) is known color: Magenta. HEX triplet: EE, 18 and EF. RGB value is (238,24,239). Sum of RGB (Red+Green+Blue) = 238+24+239=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 24 (9.77% from 255 or 4.79% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE18EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE18EF is #11E710. Grayscale: #6F6F6F. Windows color (decimal): -1173265 or 15669486. OLE color: 15669486.

HSL color Cylindrical-coordinate representation of color #EE18EF: hue angle of 299.72º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE18EF is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 24 239 -
CMYK 0.00 0.90 0 0.06
HSL 299.72º 0.87% 0.52% -
HSV(B) 299.72º 0.9% 0.94% -
XYZ 51.17 25.06 83.8 -
YUV 112.5 199.4 217.52 -
System Red Green Blue C M Y K H S L
Decimal 238 24 239 0.00 0.90 0 0.06 299.72 0.87 0.52
Hex EE 18 EF 0 5A 0 6 12C 57 34
Octal 356 30 357 0 132 0 6 454 127 64
Binary 11101110 11000 11101111 0 1011010 0 110 100101100 1010111 110100

Color Harmonies of #EE18EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE18EF

Black with #EE18EF

Text Example


Text Example

White with #EE18EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE18EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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