Html Css Color HEX #EE26EE Magenta

📋 copy color: '#EE26EE'

red 238 ◦ green 38 ◦ blue 238

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

Shades of Magenta #EE26EE

Tints of Magenta #EE26EE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.39%

 BLUE value IS 238 (93.36% from 255) = 46.3%

R = 46.3%
G = 7.39%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE26EE (or 0xEE26EE) is known color: Magenta. HEX triplet: EE, 26 and EE. RGB value is (238,38,238). Sum of RGB (Red+Green+Blue) = 238+38+238=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 38 (15.23% from 255 or 7.39% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE26EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE26EE is #11D911. Grayscale: #787878. Windows color (decimal): -1169682 or 15607534. OLE color: 15607534.

HSL color Cylindrical-coordinate representation of color #EE26EE: hue angle of 300º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE26EE is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 38 238 -
CMYK 0 0.84 0 0.07
HSL 300º 0.85% 0.54% -
HSV(B) 300º 0.84% 0.93% -
XYZ 51.39 25.74 83.15 -
YUV 120.6 194.26 211.74 -
System Red Green Blue C M Y K H S L
Decimal 238 38 238 0 0.84 0 0.07 300 0.85 0.54
Hex EE 26 EE 0 54 0 7 12C 55 36
Octal 356 46 356 0 124 0 7 454 125 66
Binary 11101110 100110 11101110 0 1010100 0 111 100101100 1010101 110110

Color Harmonies of #EE26EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE26EE

Black with #EE26EE

Text Example


Text Example

White with #EE26EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE26EE; }

 p { color: rgb(238,38,238); }

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

background-color css

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

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

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

border-color css

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

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

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