Html Css Color HEX #EF0BFC Magenta

📋 copy color: '#EF0BFC'

red 239 ◦ green 11 ◦ blue 252

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

Shades of Magenta #EF0BFC

Tints of Magenta #EF0BFC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.19%

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

R = 47.61%
G = 2.19%
B = 50.2%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF0BFC (or 0xEF0BFC) is known color: Magenta. HEX triplet: EF, 0B and FC. RGB value is (239,11,252). Sum of RGB (Red+Green+Blue) = 239+11+252=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 11 (4.69% from 255 or 2.19% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF0BFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0BFC is #10F403. Grayscale: #696969. Windows color (decimal): -1111044 or 16518127. OLE color: 16518127.

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

Color convert

RGB 239 11 252 -
CMYK 0.05 0.96 0 0.01
HSL 296.76º 0.98% 0.52% -
HSV(B) 296.76º 0.96% 0.99% -
XYZ 53.29 25.62 94.23 -
YUV 106.65 210.04 222.4 -
System Red Green Blue C M Y K H S L
Decimal 239 11 252 0.05 0.96 0 0.01 296.76 0.98 0.52
Hex EF B FC 5 60 0 1 129 62 34
Octal 357 13 374 5 140 0 1 451 142 64
Binary 11101111 1011 11111100 101 1100000 0 1 100101001 1100010 110100

Color Harmonies of #EF0BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0BFC

Black with #EF0BFC

Text Example


Text Example

White with #EF0BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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