Html Css Color HEX #EF0EEF Magenta

📋 copy color: '#EF0EEF'

red 239 ◦ green 14 ◦ blue 239

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

Shades of Magenta #EF0EEF

Tints of Magenta #EF0EEF

RGB

 RED value IS 239 (93.75% from 255) = 48.58%

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

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

R = 48.58%
G = 2.85%
B = 48.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF0EEF (or 0xEF0EEF) is known color: Magenta. HEX triplet: EF, 0E and EF. RGB value is (239,14,239). Sum of RGB (Red+Green+Blue) = 239+14+239=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 14 (5.86% from 255 or 2.85% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF0EEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0EEF is #10F110. Grayscale: #6A6A6A. Windows color (decimal): -1110289 or 15666927. OLE color: 15666927.

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

Color convert

RGB 239 14 239 -
CMYK 0 0.94 0 0.06
HSL 300º 0.89% 0.5% -
HSV(B) 300º 0.94% 0.94% -
XYZ 51.33 24.9 83.76 -
YUV 106.93 202.54 222.2 -
System Red Green Blue C M Y K H S L
Decimal 239 14 239 0 0.94 0 0.06 300 0.89 0.5
Hex EF E EF 0 5E 0 6 12C 59 32
Octal 357 16 357 0 136 0 6 454 131 62
Binary 11101111 1110 11101111 0 1011110 0 110 100101100 1011001 110010

Color Harmonies of #EF0EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0EEF

Black with #EF0EEF

Text Example


Text Example

White with #EF0EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0EEF; }

 p { color: rgb(239,14,239); }

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

background-color css

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

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

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

border-color css

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

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

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