Html Css Color HEX #EE0CEF Magenta

📋 copy color: '#EE0CEF'

red 238 ◦ green 12 ◦ blue 239

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

Shades of Magenta #EE0CEF

Tints of Magenta #EE0CEF

RGB

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

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

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

R = 48.67%
G = 2.45%
B = 48.88%

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

#EE0CEF (or 0xEE0CEF) is known color: Magenta. HEX triplet: EE, 0C and EF. RGB value is (238,12,239). Sum of RGB (Red+Green+Blue) = 238+12+239=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 12 (5.08% from 255 or 2.45% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE0CEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0CEF is #11F310. Grayscale: #686868. Windows color (decimal): -1176337 or 15666414. OLE color: 15666414.

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

Color convert

RGB 238 12 239 -
CMYK 0.00 0.95 0 0.06
HSL 299.74º 0.9% 0.49% -
HSV(B) 299.74º 0.95% 0.94% -
XYZ 50.97 24.67 83.74 -
YUV 105.45 203.37 222.54 -
System Red Green Blue C M Y K H S L
Decimal 238 12 239 0.00 0.95 0 0.06 299.74 0.9 0.49
Hex EE C EF 0 5F 0 6 12C 5A 31
Octal 356 14 357 0 137 0 6 454 132 61
Binary 11101110 1100 11101111 0 1011111 0 110 100101100 1011010 110001

Color Harmonies of #EE0CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0CEF

Black with #EE0CEF

Text Example


Text Example

White with #EE0CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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