Html Css Color HEX #EE0CE6 Magenta

📋 copy color: '#EE0CE6'

red 238 ◦ green 12 ◦ blue 230

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

Shades of Magenta #EE0CE6

Tints of Magenta #EE0CE6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.5%

 BLUE value IS 230 (90.23% from 255) = 47.92%

R = 49.58%
G = 2.5%
B = 47.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EE0CE6 (or 0xEE0CE6) is known color: Magenta. HEX triplet: EE, 0C and E6. RGB value is (238,12,230). Sum of RGB (Red+Green+Blue) = 238+12+230=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 12 (5.08% from 255 or 2.5% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0CE6 is #11F319. Grayscale: #676767. Windows color (decimal): -1176346 or 15076590. OLE color: 15076590.

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

Color convert

RGB 238 12 230 -
CMYK 0 0.95 0.03 0.07
HSL 302.12º 0.9% 0.49% -
HSV(B) 302.12º 0.95% 0.93% -
XYZ 49.67 24.15 76.91 -
YUV 104.43 198.87 223.27 -
System Red Green Blue C M Y K H S L
Decimal 238 12 230 0 0.95 0.03 0.07 302.12 0.9 0.49
Hex EE C E6 0 5F 3 7 12E 5A 31
Octal 356 14 346 0 137 3 7 456 132 61
Binary 11101110 1100 11100110 0 1011111 11 111 100101110 1011010 110001

Color Harmonies of #EE0CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0CE6

Black with #EE0CE6

Text Example


Text Example

White with #EE0CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0CE6; }

 p { color: rgb(238,12,230); }

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

background-color css

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

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

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

border-color css

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

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

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