Html Css Color HEX #EE13ED Magenta

📋 copy color: '#EE13ED'

red 238 ◦ green 19 ◦ blue 237

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

Shades of Magenta #EE13ED

Tints of Magenta #EE13ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 48.18%
G = 3.85%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EE13ED (or 0xEE13ED) is known color: Magenta. HEX triplet: EE, 13 and ED. RGB value is (238,19,237). Sum of RGB (Red+Green+Blue) = 238+19+237=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 19 (7.81% from 255 or 3.85% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE13ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE13ED is #11EC12. Grayscale: #6C6C6C. Windows color (decimal): -1174547 or 15537134. OLE color: 15537134.

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

Color convert

RGB 238 19 237 -
CMYK 0 0.92 0.00 0.07
HSL 300.27º 0.87% 0.5% -
HSV(B) 300.27º 0.92% 0.93% -
XYZ 50.78 24.76 82.22 -
YUV 109.33 200.05 219.77 -
System Red Green Blue C M Y K H S L
Decimal 238 19 237 0 0.92 0.00 0.07 300.27 0.87 0.5
Hex EE 13 ED 0 5C 0 7 12C 57 32
Octal 356 23 355 0 134 0 7 454 127 62
Binary 11101110 10011 11101101 0 1011100 0 111 100101100 1010111 110010

Color Harmonies of #EE13ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE13ED

Black with #EE13ED

Text Example


Text Example

White with #EE13ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE13ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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