Html Css Color HEX #EE00EB Magenta

📋 copy color: '#EE00EB'

red 238 ◦ green 0 ◦ blue 235

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

Shades of Magenta #EE00EB

Tints of Magenta #EE00EB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 50.32%
G = 0%
B = 49.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE00EB (or 0xEE00EB) is known color: Magenta. HEX triplet: EE, 00 and EB. RGB value is (238,0,235). Sum of RGB (Red+Green+Blue) = 238+0+235=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 0 (0.39% from 255 or 0% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE00EB is #11FF14. Grayscale: #616161. Windows color (decimal): -1179413 or 15401198. OLE color: 15401198.

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

Color convert

RGB 238 0 235 -
CMYK 0 1 0.01 0.07
HSL 300.76º 1% 0.47% -
HSV(B) 300.76º 1% 0.93% -
XYZ 50.26 24.18 80.61 -
YUV 97.95 205.35 227.89 -
System Red Green Blue C M Y K H S L
Decimal 238 0 235 0 1 0.01 0.07 300.76 1 0.47
Hex EE 0 EB 0 64 1 7 12D 64 2F
Octal 356 0 353 0 144 1 7 455 144 57
Binary 11101110 0 11101011 0 1100100 1 111 100101101 1100100 101111

Color Harmonies of #EE00EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE00EB

Black with #EE00EB

Text Example


Text Example

White with #EE00EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE00EB; }

 p { color: rgb(238,0,235); }

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

background-color css

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

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

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

border-color css

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

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

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