Html Css Color HEX #EE0BEF Magenta

📋 copy color: '#EE0BEF'

red 238 ◦ green 11 ◦ blue 239

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

Shades of Magenta #EE0BEF

Tints of Magenta #EE0BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.98%

R = 48.77%
G = 2.25%
B = 48.98%

CMYK

 C value IS 0.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE0BEF (or 0xEE0BEF) is known color: Magenta. HEX triplet: EE, 0B and EF. RGB value is (238,11,239). Sum of RGB (Red+Green+Blue) = 238+11+239=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 11 (4.69% from 255 or 2.25% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE0BEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0BEF is #11F410. Grayscale: #686868. Windows color (decimal): -1176593 or 15666158. OLE color: 15666158.

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

Color convert

RGB 238 11 239 -
CMYK 0.00 0.95 0 0.06
HSL 299.74º 0.91% 0.49% -
HSV(B) 299.74º 0.95% 0.94% -
XYZ 50.96 24.65 83.73 -
YUV 104.87 203.71 222.96 -
System Red Green Blue C M Y K H S L
Decimal 238 11 239 0.00 0.95 0 0.06 299.74 0.91 0.49
Hex EE B EF 0 5F 0 6 12C 5B 31
Octal 356 13 357 0 137 0 6 454 133 61
Binary 11101110 1011 11101111 0 1011111 0 110 100101100 1011011 110001

Color Harmonies of #EE0BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0BEF

Black with #EE0BEF

Text Example


Text Example

White with #EE0BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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