Html Css Color HEX #EE02EE Magenta

📋 copy color: '#EE02EE'

red 238 ◦ green 2 ◦ blue 238

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

Shades of Magenta #EE02EE

Tints of Magenta #EE02EE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.42%

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

R = 49.79%
G = 0.42%
B = 49.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE02EE (or 0xEE02EE) is known color: Magenta. HEX triplet: EE, 02 and EE. RGB value is (238,2,238). Sum of RGB (Red+Green+Blue) = 238+2+238=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 2 (1.17% from 255 or 0.42% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE02EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE02EE is #11FD11. Grayscale: #626262. Windows color (decimal): -1178898 or 15598318. OLE color: 15598318.

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

Color convert

RGB 238 2 238 -
CMYK 0 0.99 0 0.07
HSL 300º 0.98% 0.47% -
HSV(B) 300º 0.99% 0.93% -
XYZ 50.71 24.39 82.92 -
YUV 99.47 206.19 226.81 -
System Red Green Blue C M Y K H S L
Decimal 238 2 238 0 0.99 0 0.07 300 0.98 0.47
Hex EE 2 EE 0 63 0 7 12C 62 2F
Octal 356 2 356 0 143 0 7 454 142 57
Binary 11101110 10 11101110 0 1100011 0 111 100101100 1100010 101111

Color Harmonies of #EE02EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE02EE

Black with #EE02EE

Text Example


Text Example

White with #EE02EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE02EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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