Html Css Color HEX #EE0CEE Magenta

📋 copy color: '#EE0CEE'

red 238 ◦ green 12 ◦ blue 238

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

Shades of Magenta #EE0CEE

Tints of Magenta #EE0CEE

RGB

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

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

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

R = 48.77%
G = 2.46%
B = 48.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE0CEE (or 0xEE0CEE) is known color: Magenta. HEX triplet: EE, 0C and EE. RGB value is (238,12,238). Sum of RGB (Red+Green+Blue) = 238+12+238=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 12 (5.08% from 255 or 2.46% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE0CEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0CEE is #11F311. Grayscale: #686868. Windows color (decimal): -1176338 or 15600878. OLE color: 15600878.

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

Color convert

RGB 238 12 238 -
CMYK 0 0.95 0 0.07
HSL 300º 0.9% 0.49% -
HSV(B) 300º 0.95% 0.93% -
XYZ 50.82 24.61 82.96 -
YUV 105.34 202.87 222.62 -
System Red Green Blue C M Y K H S L
Decimal 238 12 238 0 0.95 0 0.07 300 0.9 0.49
Hex EE C EE 0 5F 0 7 12C 5A 31
Octal 356 14 356 0 137 0 7 454 132 61
Binary 11101110 1100 11101110 0 1011111 0 111 100101100 1011010 110001

Color Harmonies of #EE0CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0CEE

Black with #EE0CEE

Text Example


Text Example

White with #EE0CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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