Html Css Color HEX #EE0BE2 Hot Magenta

📋 copy color: '#EE0BE2'

red 238 ◦ green 11 ◦ blue 226

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

Shades of Hot Magenta #EE0BE2

Tints of Hot Magenta #EE0BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 47.58%

R = 50.11%
G = 2.32%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EE0BE2 (or 0xEE0BE2) is known color: Hot Magenta. HEX triplet: EE, 0B and E2. RGB value is (238,11,226). Sum of RGB (Red+Green+Blue) = 238+11+226=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 11 (4.69% from 255 or 2.32% from 475); Blue value is 226 (88.67% from 255 or 47.58% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0BE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0BE2 is #11F41D. Grayscale: #666666. Windows color (decimal): -1176606 or 14814190. OLE color: 14814190.

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

Color convert

RGB 238 11 226 -
CMYK 0 0.95 0.05 0.07
HSL 303.17º 0.91% 0.49% -
HSV(B) 303.17º 0.95% 0.93% -
XYZ 49.11 23.91 73.98 -
YUV 103.38 197.21 224.02 -
System Red Green Blue C M Y K H S L
Decimal 238 11 226 0 0.95 0.05 0.07 303.17 0.91 0.49
Hex EE B E2 0 5F 5 7 12F 5B 31
Octal 356 13 342 0 137 5 7 457 133 61
Binary 11101110 1011 11100010 0 1011111 101 111 100101111 1011011 110001

Color Harmonies of #EE0BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0BE2

Black with #EE0BE2

Text Example


Text Example

White with #EE0BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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