Html Css Color HEX #EE0BEE Magenta

📋 copy color: '#EE0BEE'

red 238 ◦ green 11 ◦ blue 238

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

Shades of Magenta #EE0BEE

Tints of Magenta #EE0BEE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.26%

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

R = 48.87%
G = 2.26%
B = 48.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE0BEE (or 0xEE0BEE) is known color: Magenta. HEX triplet: EE, 0B and EE. RGB value is (238,11,238). Sum of RGB (Red+Green+Blue) = 238+11+238=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 11 (4.69% from 255 or 2.26% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE0BEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0BEE is #11F411. Grayscale: #686868. Windows color (decimal): -1176594 or 15600622. OLE color: 15600622.

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

Color convert

RGB 238 11 238 -
CMYK 0 0.95 0 0.07
HSL 300º 0.91% 0.49% -
HSV(B) 300º 0.95% 0.93% -
XYZ 50.81 24.59 82.96 -
YUV 104.75 203.21 223.04 -
System Red Green Blue C M Y K H S L
Decimal 238 11 238 0 0.95 0 0.07 300 0.91 0.49
Hex EE B EE 0 5F 0 7 12C 5B 31
Octal 356 13 356 0 137 0 7 454 133 61
Binary 11101110 1011 11101110 0 1011111 0 111 100101100 1011011 110001

Color Harmonies of #EE0BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0BEE

Black with #EE0BEE

Text Example


Text Example

White with #EE0BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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