Html Css Color HEX #EE02ED Magenta

📋 copy color: '#EE02ED'

red 238 ◦ green 2 ◦ blue 237

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

Shades of Magenta #EE02ED

Tints of Magenta #EE02ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.69%

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

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EE02ED (or 0xEE02ED) is known color: Magenta. HEX triplet: EE, 02 and ED. RGB value is (238,2,237). Sum of RGB (Red+Green+Blue) = 238+2+237=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 2 (1.17% from 255 or 0.42% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE02ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE02ED is #11FD12. Grayscale: #626262. Windows color (decimal): -1178899 or 15532782. OLE color: 15532782.

HSL color Cylindrical-coordinate representation of color #EE02ED: hue angle of 300.25º 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 #EE02ED is Cyan = 0, Magento = 0.99, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 2 237 -
CMYK 0 0.99 0.00 0.07
HSL 300.25º 0.98% 0.47% -
HSV(B) 300.25º 0.99% 0.93% -
XYZ 50.57 24.33 82.15 -
YUV 99.35 205.69 226.89 -
System Red Green Blue C M Y K H S L
Decimal 238 2 237 0 0.99 0.00 0.07 300.25 0.98 0.47
Hex EE 2 ED 0 63 0 7 12C 62 2F
Octal 356 2 355 0 143 0 7 454 142 57
Binary 11101110 10 11101101 0 1100011 0 111 100101100 1100010 101111

Color Harmonies of #EE02ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE02ED

Black with #EE02ED

Text Example


Text Example

White with #EE02ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE02ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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