Html Css Color HEX #EF0CFC Magenta

📋 copy color: '#EF0CFC'

red 239 ◦ green 12 ◦ blue 252

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

Shades of Magenta #EF0CFC

Tints of Magenta #EF0CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 47.51%
G = 2.39%
B = 50.1%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF0CFC (or 0xEF0CFC) is known color: Magenta. HEX triplet: EF, 0C and FC. RGB value is (239,12,252). Sum of RGB (Red+Green+Blue) = 239+12+252=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 12 (5.08% from 255 or 2.39% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF0CFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0CFC is #10F303. Grayscale: #6A6A6A. Windows color (decimal): -1110788 or 16518383. OLE color: 16518383.

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

Color convert

RGB 239 12 252 -
CMYK 0.05 0.95 0 0.01
HSL 296.75º 0.98% 0.52% -
HSV(B) 296.75º 0.95% 0.99% -
XYZ 53.3 25.64 94.24 -
YUV 107.23 209.71 221.99 -
System Red Green Blue C M Y K H S L
Decimal 239 12 252 0.05 0.95 0 0.01 296.75 0.98 0.52
Hex EF C FC 5 5F 0 1 129 62 34
Octal 357 14 374 5 137 0 1 451 142 64
Binary 11101111 1100 11111100 101 1011111 0 1 100101001 1100010 110100

Color Harmonies of #EF0CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0CFC

Black with #EF0CFC

Text Example


Text Example

White with #EF0CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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