Html Css Color HEX #EE15EA Magenta

📋 copy color: '#EE15EA'

red 238 ◦ green 21 ◦ blue 234

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

Shades of Magenta #EE15EA

Tints of Magenta #EE15EA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.26%

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 48.28%
G = 4.26%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE15EA (or 0xEE15EA) is known color: Magenta. HEX triplet: EE, 15 and EA. RGB value is (238,21,234). Sum of RGB (Red+Green+Blue) = 238+21+234=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 21 (8.59% from 255 or 4.26% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE15EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE15EA is #11EA15. Grayscale: #6D6D6D. Windows color (decimal): -1174038 or 15341038. OLE color: 15341038.

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

Color convert

RGB 238 21 234 -
CMYK 0 0.91 0.02 0.07
HSL 301.11º 0.86% 0.51% -
HSV(B) 301.11º 0.91% 0.93% -
XYZ 50.38 24.65 79.95 -
YUV 110.17 197.89 219.18 -
System Red Green Blue C M Y K H S L
Decimal 238 21 234 0 0.91 0.02 0.07 301.11 0.86 0.51
Hex EE 15 EA 0 5B 2 7 12D 56 33
Octal 356 25 352 0 133 2 7 455 126 63
Binary 11101110 10101 11101010 0 1011011 10 111 100101101 1010110 110011

Color Harmonies of #EE15EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE15EA

Black with #EE15EA

Text Example


Text Example

White with #EE15EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE15EA; }

 p { color: rgb(238,21,234); }

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

background-color css

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

 a { background-color: rgb(238,21,234); }

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

border-color css

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

 span { border-color: rgb(238,21,234); }

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