Html Css Color HEX #EE14E9 Magenta

📋 copy color: '#EE14E9'

red 238 ◦ green 20 ◦ blue 233

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

Shades of Magenta #EE14E9

Tints of Magenta #EE14E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.45%

R = 48.47%
G = 4.07%
B = 47.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE14E9 (or 0xEE14E9) is known color: Magenta. HEX triplet: EE, 14 and E9. RGB value is (238,20,233). Sum of RGB (Red+Green+Blue) = 238+20+233=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 20 (8.20% from 255 or 4.07% from 491); Blue value is 233 (91.41% from 255 or 47.45% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE14E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE14E9 is #11EB16. Grayscale: #6C6C6C. Windows color (decimal): -1174295 or 15275246. OLE color: 15275246.

HSL color Cylindrical-coordinate representation of color #EE14E9: hue angle of 301.38º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE14E9 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 20 233 -
CMYK 0 0.92 0.02 0.07
HSL 301.38º 0.87% 0.51% -
HSV(B) 301.38º 0.92% 0.93% -
XYZ 50.22 24.56 79.18 -
YUV 109.46 197.72 219.68 -
System Red Green Blue C M Y K H S L
Decimal 238 20 233 0 0.92 0.02 0.07 301.38 0.87 0.51
Hex EE 14 E9 0 5C 2 7 12D 57 33
Octal 356 24 351 0 134 2 7 455 127 63
Binary 11101110 10100 11101001 0 1011100 10 111 100101101 1010111 110011

Color Harmonies of #EE14E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE14E9

Black with #EE14E9

Text Example


Text Example

White with #EE14E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE14E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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