Html Css Color HEX #EE18F9 Magenta

📋 copy color: '#EE18F9'

red 238 ◦ green 24 ◦ blue 249

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

Shades of Magenta #EE18F9

Tints of Magenta #EE18F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.73%

R = 46.58%
G = 4.7%
B = 48.73%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE18F9 (or 0xEE18F9) is known color: Magenta. HEX triplet: EE, 18 and F9. RGB value is (238,24,249). Sum of RGB (Red+Green+Blue) = 238+24+249=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 24 (9.77% from 255 or 4.70% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE18F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE18F9 is #11E706. Grayscale: #707070. Windows color (decimal): -1173255 or 16324846. OLE color: 16324846.

HSL color Cylindrical-coordinate representation of color #EE18F9: hue angle of 297.07º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE18F9 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 24 249 -
CMYK 0.04 0.90 0 0.02
HSL 297.07º 0.95% 0.54% -
HSV(B) 297.07º 0.9% 0.98% -
XYZ 52.69 25.67 91.8 -
YUV 113.64 204.4 216.7 -
System Red Green Blue C M Y K H S L
Decimal 238 24 249 0.04 0.90 0 0.02 297.07 0.95 0.54
Hex EE 18 F9 4 5A 0 2 129 5F 36
Octal 356 30 371 4 132 0 2 451 137 66
Binary 11101110 11000 11111001 100 1011010 0 10 100101001 1011111 110110

Color Harmonies of #EE18F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE18F9

Black with #EE18F9

Text Example


Text Example

White with #EE18F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE18F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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