Html Css Color HEX #EE06EE Magenta

📋 copy color: '#EE06EE'

red 238 ◦ green 6 ◦ blue 238

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

Shades of Magenta #EE06EE

Tints of Magenta #EE06EE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.24%

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

R = 49.38%
G = 1.24%
B = 49.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE06EE (or 0xEE06EE) is known color: Magenta. HEX triplet: EE, 06 and EE. RGB value is (238,6,238). Sum of RGB (Red+Green+Blue) = 238+6+238=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 6 (2.73% from 255 or 1.24% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE06EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE06EE is #11F911. Grayscale: #656565. Windows color (decimal): -1177874 or 15599342. OLE color: 15599342.

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

Color convert

RGB 238 6 238 -
CMYK 0 0.97 0 0.07
HSL 300º 0.95% 0.48% -
HSV(B) 300º 0.97% 0.93% -
XYZ 50.76 24.48 82.94 -
YUV 101.82 204.86 225.14 -
System Red Green Blue C M Y K H S L
Decimal 238 6 238 0 0.97 0 0.07 300 0.95 0.48
Hex EE 6 EE 0 61 0 7 12C 5F 30
Octal 356 6 356 0 141 0 7 454 137 60
Binary 11101110 110 11101110 0 1100001 0 111 100101100 1011111 110000

Color Harmonies of #EE06EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE06EE

Black with #EE06EE

Text Example


Text Example

White with #EE06EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE06EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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