Html Css Color HEX #EE18F1 Magenta

📋 copy color: '#EE18F1'

red 238 ◦ green 24 ◦ blue 241

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

Shades of Magenta #EE18F1

Tints of Magenta #EE18F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.91%

R = 47.32%
G = 4.77%
B = 47.91%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE18F1 (or 0xEE18F1) is known color: Magenta. HEX triplet: EE, 18 and F1. RGB value is (238,24,241). Sum of RGB (Red+Green+Blue) = 238+24+241=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 24 (9.77% from 255 or 4.77% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE18F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE18F1 is #11E70E. Grayscale: #707070. Windows color (decimal): -1173263 or 15800558. OLE color: 15800558.

HSL color Cylindrical-coordinate representation of color #EE18F1: hue angle of 299.17º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE18F1 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 24 241 -
CMYK 0.01 0.90 0 0.05
HSL 299.17º 0.89% 0.52% -
HSV(B) 299.17º 0.9% 0.95% -
XYZ 51.46 25.18 85.37 -
YUV 112.72 200.4 217.36 -
System Red Green Blue C M Y K H S L
Decimal 238 24 241 0.01 0.90 0 0.05 299.17 0.89 0.52
Hex EE 18 F1 1 5A 0 5 12B 59 34
Octal 356 30 361 1 132 0 5 453 131 64
Binary 11101110 11000 11110001 1 1011010 0 101 100101011 1011001 110100

Color Harmonies of #EE18F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE18F1

Black with #EE18F1

Text Example


Text Example

White with #EE18F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE18F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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