Html Css Color HEX #EE07EE Magenta

📋 copy color: '#EE07EE'

red 238 ◦ green 7 ◦ blue 238

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

Shades of Magenta #EE07EE

Tints of Magenta #EE07EE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.45%

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

R = 49.28%
G = 1.45%
B = 49.28%

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

#EE07EE (or 0xEE07EE) is known color: Magenta. HEX triplet: EE, 07 and EE. RGB value is (238,7,238). Sum of RGB (Red+Green+Blue) = 238+7+238=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 7 (3.12% from 255 or 1.45% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE07EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE07EE is #11F811. Grayscale: #656565. Windows color (decimal): -1177618 or 15599598. OLE color: 15599598.

HSL color Cylindrical-coordinate representation of color #EE07EE: hue angle of 300º degrees, saturation: 0.94, 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 #EE07EE is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 7 238 -
CMYK 0 0.97 0 0.07
HSL 300º 0.94% 0.48% -
HSV(B) 300º 0.97% 0.93% -
XYZ 50.77 24.5 82.94 -
YUV 102.4 204.53 224.72 -
System Red Green Blue C M Y K H S L
Decimal 238 7 238 0 0.97 0 0.07 300 0.94 0.48
Hex EE 7 EE 0 61 0 7 12C 5E 30
Octal 356 7 356 0 141 0 7 454 136 60
Binary 11101110 111 11101110 0 1100001 0 111 100101100 1011110 110000

Color Harmonies of #EE07EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE07EE

Black with #EE07EE

Text Example


Text Example

White with #EE07EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE07EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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