Html Css Color HEX #EE0EF3 Magenta

📋 copy color: '#EE0EF3'

red 238 ◦ green 14 ◦ blue 243

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

Shades of Magenta #EE0EF3

Tints of Magenta #EE0EF3

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.83%

 BLUE value IS 243 (95.31% from 255) = 49.09%

R = 48.08%
G = 2.83%
B = 49.09%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE0EF3 (or 0xEE0EF3) is known color: Magenta. HEX triplet: EE, 0E and F3. RGB value is (238,14,243). Sum of RGB (Red+Green+Blue) = 238+14+243=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 14 (5.86% from 255 or 2.83% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #EE0EF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EF3 is #11F10C. Grayscale: #6A6A6A. Windows color (decimal): -1175821 or 15929070. OLE color: 15929070.

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

Color convert

RGB 238 14 243 -
CMYK 0.02 0.94 0 0.05
HSL 298.69º 0.91% 0.5% -
HSV(B) 298.69º 0.94% 0.95% -
XYZ 51.59 24.96 86.89 -
YUV 107.08 204.71 221.38 -
System Red Green Blue C M Y K H S L
Decimal 238 14 243 0.02 0.94 0 0.05 298.69 0.91 0.5
Hex EE E F3 2 5E 0 5 12B 5B 32
Octal 356 16 363 2 136 0 5 453 133 62
Binary 11101110 1110 11110011 10 1011110 0 101 100101011 1011011 110010

Color Harmonies of #EE0EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0EF3

Black with #EE0EF3

Text Example


Text Example

White with #EE0EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0EF3; }

 p { color: rgb(238,14,243); }

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

background-color css

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

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

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

border-color css

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

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

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