Html Css Color HEX #EF0CF1 Magenta

📋 copy color: '#EF0CF1'

red 239 ◦ green 12 ◦ blue 241

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

Shades of Magenta #EF0CF1

Tints of Magenta #EF0CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.98%

R = 48.58%
G = 2.44%
B = 48.98%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EF0CF1 (or 0xEF0CF1) is known color: Magenta. HEX triplet: EF, 0C and F1. RGB value is (239,12,241). Sum of RGB (Red+Green+Blue) = 239+12+241=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 12 (5.08% from 255 or 2.44% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF0CF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0CF1 is #10F30E. Grayscale: #696969. Windows color (decimal): -1110799 or 15797487. OLE color: 15797487.

HSL color Cylindrical-coordinate representation of color #EF0CF1: hue angle of 299.48º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0CF1 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 12 241 -
CMYK 0.01 0.95 0 0.05
HSL 299.48º 0.91% 0.5% -
HSV(B) 299.48º 0.95% 0.95% -
XYZ 51.61 24.96 85.32 -
YUV 105.98 204.21 222.88 -
System Red Green Blue C M Y K H S L
Decimal 239 12 241 0.01 0.95 0 0.05 299.48 0.91 0.5
Hex EF C F1 1 5F 0 5 12B 5B 32
Octal 357 14 361 1 137 0 5 453 133 62
Binary 11101111 1100 11110001 1 1011111 0 101 100101011 1011011 110010

Color Harmonies of #EF0CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0CF1

Black with #EF0CF1

Text Example


Text Example

White with #EF0CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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