Html Css Color HEX #EE09E5 Magenta

📋 copy color: '#EE09E5'

red 238 ◦ green 9 ◦ blue 229

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

Shades of Magenta #EE09E5

Tints of Magenta #EE09E5

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.89%

 BLUE value IS 229 (89.84% from 255) = 48.11%

R = 50%
G = 1.89%
B = 48.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EE09E5 (or 0xEE09E5) is known color: Magenta. HEX triplet: EE, 09 and E5. RGB value is (238,9,229). Sum of RGB (Red+Green+Blue) = 238+9+229=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 9 (3.91% from 255 or 1.89% from 476); Blue value is 229 (89.84% from 255 or 48.11% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE09E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE09E5 is #11F61A. Grayscale: #656565. Windows color (decimal): -1177115 or 15010286. OLE color: 15010286.

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

Color convert

RGB 238 9 229 -
CMYK 0 0.96 0.04 0.07
HSL 302.36º 0.93% 0.48% -
HSV(B) 302.36º 0.96% 0.93% -
XYZ 49.5 24.03 76.16 -
YUV 102.55 199.37 224.61 -
System Red Green Blue C M Y K H S L
Decimal 238 9 229 0 0.96 0.04 0.07 302.36 0.93 0.48
Hex EE 9 E5 0 60 4 7 12E 5D 30
Octal 356 11 345 0 140 4 7 456 135 60
Binary 11101110 1001 11100101 0 1100000 100 111 100101110 1011101 110000

Color Harmonies of #EE09E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE09E5

Black with #EE09E5

Text Example


Text Example

White with #EE09E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE09E5; }

 p { color: rgb(238,9,229); }

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

background-color css

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

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

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

border-color css

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

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

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