Html Css Color HEX #EE0BE4 Magenta

📋 copy color: '#EE0BE4'

red 238 ◦ green 11 ◦ blue 228

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

Shades of Magenta #EE0BE4

Tints of Magenta #EE0BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.8%

R = 49.9%
G = 2.31%
B = 47.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EE0BE4 (or 0xEE0BE4) is known color: Magenta. HEX triplet: EE, 0B and E4. RGB value is (238,11,228). Sum of RGB (Red+Green+Blue) = 238+11+228=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 11 (4.69% from 255 or 2.31% from 477); Blue value is 228 (89.45% from 255 or 47.80% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0BE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0BE4 is #11F41B. Grayscale: #666666. Windows color (decimal): -1176604 or 14945262. OLE color: 14945262.

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

Color convert

RGB 238 11 228 -
CMYK 0 0.95 0.04 0.07
HSL 302.64º 0.91% 0.49% -
HSV(B) 302.64º 0.95% 0.93% -
XYZ 49.38 24.02 75.43 -
YUV 103.61 198.21 223.86 -
System Red Green Blue C M Y K H S L
Decimal 238 11 228 0 0.95 0.04 0.07 302.64 0.91 0.49
Hex EE B E4 0 5F 4 7 12F 5B 31
Octal 356 13 344 0 137 4 7 457 133 61
Binary 11101110 1011 11100100 0 1011111 100 111 100101111 1011011 110001

Color Harmonies of #EE0BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0BE4

Black with #EE0BE4

Text Example


Text Example

White with #EE0BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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