Html Css Color HEX #EE14F1 Magenta

📋 copy color: '#EE14F1'

red 238 ◦ green 20 ◦ blue 241

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

Shades of Magenta #EE14F1

Tints of Magenta #EE14F1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.01%

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

R = 47.7%
G = 4.01%
B = 48.3%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE14F1 (or 0xEE14F1) is known color: Magenta. HEX triplet: EE, 14 and F1. RGB value is (238,20,241). Sum of RGB (Red+Green+Blue) = 238+20+241=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 20 (8.20% from 255 or 4.01% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE14F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE14F1 is #11EB0E. Grayscale: #6D6D6D. Windows color (decimal): -1174287 or 15799534. OLE color: 15799534.

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

Color convert

RGB 238 20 241 -
CMYK 0.01 0.92 0 0.05
HSL 299.19º 0.89% 0.51% -
HSV(B) 299.19º 0.92% 0.95% -
XYZ 51.39 25.03 85.34 -
YUV 110.38 201.72 219.03 -
System Red Green Blue C M Y K H S L
Decimal 238 20 241 0.01 0.92 0 0.05 299.19 0.89 0.51
Hex EE 14 F1 1 5C 0 5 12B 59 33
Octal 356 24 361 1 134 0 5 453 131 63
Binary 11101110 10100 11110001 1 1011100 0 101 100101011 1011001 110011

Color Harmonies of #EE14F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE14F1

Black with #EE14F1

Text Example


Text Example

White with #EE14F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE14F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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