Html Css Color HEX #EE02EF Magenta

📋 copy color: '#EE02EF'

red 238 ◦ green 2 ◦ blue 239

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

Shades of Magenta #EE02EF

Tints of Magenta #EE02EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 49.69%
G = 0.42%
B = 49.9%

CMYK

 C value IS 0.00

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE02EF (or 0xEE02EF) is known color: Magenta. HEX triplet: EE, 02 and EF. RGB value is (238,2,239). Sum of RGB (Red+Green+Blue) = 238+2+239=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 2 (1.17% from 255 or 0.42% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE02EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE02EF is #11FD10. Grayscale: #626262. Windows color (decimal): -1178897 or 15663854. OLE color: 15663854.

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

Color convert

RGB 238 2 239 -
CMYK 0.00 0.99 0 0.06
HSL 299.75º 0.98% 0.47% -
HSV(B) 299.75º 0.99% 0.94% -
XYZ 50.86 24.45 83.7 -
YUV 99.58 206.69 226.73 -
System Red Green Blue C M Y K H S L
Decimal 238 2 239 0.00 0.99 0 0.06 299.75 0.98 0.47
Hex EE 2 EF 0 63 0 6 12C 62 2F
Octal 356 2 357 0 143 0 6 454 142 57
Binary 11101110 10 11101111 0 1100011 0 110 100101100 1100010 101111

Color Harmonies of #EE02EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE02EF

Black with #EE02EF

Text Example


Text Example

White with #EE02EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE02EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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