Html Css Color HEX #EF1CEF Magenta

📋 copy color: '#EF1CEF'

red 239 ◦ green 28 ◦ blue 239

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

Shades of Magenta #EF1CEF

Tints of Magenta #EF1CEF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.53%

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

R = 47.23%
G = 5.53%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF1CEF (or 0xEF1CEF) is known color: Magenta. HEX triplet: EF, 1C and EF. RGB value is (239,28,239). Sum of RGB (Red+Green+Blue) = 239+28+239=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 28 (11.33% from 255 or 5.53% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF1CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1CEF is #10E310. Grayscale: #727272. Windows color (decimal): -1106705 or 15670511. OLE color: 15670511.

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

Color convert

RGB 239 28 239 -
CMYK 0 0.88 0 0.06
HSL 300º 0.87% 0.52% -
HSV(B) 300º 0.88% 0.94% -
XYZ 51.59 25.41 83.85 -
YUV 115.14 197.9 216.34 -
System Red Green Blue C M Y K H S L
Decimal 239 28 239 0 0.88 0 0.06 300 0.87 0.52
Hex EF 1C EF 0 58 0 6 12C 57 34
Octal 357 34 357 0 130 0 6 454 127 64
Binary 11101111 11100 11101111 0 1011000 0 110 100101100 1010111 110100

Color Harmonies of #EF1CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CEF

Black with #EF1CEF

Text Example


Text Example

White with #EF1CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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