Html Css Color HEX #EF0CF3 Magenta

📋 copy color: '#EF0CF3'

red 239 ◦ green 12 ◦ blue 243

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

Shades of Magenta #EF0CF3

Tints of Magenta #EF0CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.19%

R = 48.38%
G = 2.43%
B = 49.19%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EF0CF3 (or 0xEF0CF3) is known color: Magenta. HEX triplet: EF, 0C and F3. RGB value is (239,12,243). Sum of RGB (Red+Green+Blue) = 239+12+243=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 12 (5.08% from 255 or 2.43% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF0CF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0CF3 is #10F30C. Grayscale: #696969. Windows color (decimal): -1110797 or 15928559. OLE color: 15928559.

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

Color convert

RGB 239 12 243 -
CMYK 0.02 0.95 0 0.05
HSL 298.96º 0.91% 0.5% -
HSV(B) 298.96º 0.95% 0.95% -
XYZ 51.91 25.08 86.9 -
YUV 106.21 205.21 222.72 -
System Red Green Blue C M Y K H S L
Decimal 239 12 243 0.02 0.95 0 0.05 298.96 0.91 0.5
Hex EF C F3 2 5F 0 5 12B 5B 32
Octal 357 14 363 2 137 0 5 453 133 62
Binary 11101111 1100 11110011 10 1011111 0 101 100101011 1011011 110010

Color Harmonies of #EF0CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0CF3

Black with #EF0CF3

Text Example


Text Example

White with #EF0CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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