Html Css Color HEX #EE13EF Magenta

📋 copy color: '#EE13EF'

red 238 ◦ green 19 ◦ blue 239

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

Shades of Magenta #EE13EF

Tints of Magenta #EE13EF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.83%

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

R = 47.98%
G = 3.83%
B = 48.19%

CMYK

 C value IS 0.00

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE13EF (or 0xEE13EF) is known color: Magenta. HEX triplet: EE, 13 and EF. RGB value is (238,19,239). Sum of RGB (Red+Green+Blue) = 238+19+239=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 19 (7.81% from 255 or 3.83% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE13EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE13EF is #11EC10. Grayscale: #6C6C6C. Windows color (decimal): -1174545 or 15668206. OLE color: 15668206.

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

Color convert

RGB 238 19 239 -
CMYK 0.00 0.92 0 0.06
HSL 299.73º 0.87% 0.51% -
HSV(B) 299.73º 0.92% 0.94% -
XYZ 51.07 24.87 83.77 -
YUV 109.56 201.05 219.61 -
System Red Green Blue C M Y K H S L
Decimal 238 19 239 0.00 0.92 0 0.06 299.73 0.87 0.51
Hex EE 13 EF 0 5C 0 6 12C 57 33
Octal 356 23 357 0 134 0 6 454 127 63
Binary 11101110 10011 11101111 0 1011100 0 110 100101100 1010111 110011

Color Harmonies of #EE13EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE13EF

Black with #EE13EF

Text Example


Text Example

White with #EE13EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE13EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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