Html Css Color HEX #EF0BF7 Magenta

📋 copy color: '#EF0BF7'

red 239 ◦ green 11 ◦ blue 247

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

Shades of Magenta #EF0BF7

Tints of Magenta #EF0BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.7%

R = 48.09%
G = 2.21%
B = 49.7%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF0BF7 (or 0xEF0BF7) is known color: Magenta. HEX triplet: EF, 0B and F7. RGB value is (239,11,247). Sum of RGB (Red+Green+Blue) = 239+11+247=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 11 (4.69% from 255 or 2.21% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF0BF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0BF7 is #10F408. Grayscale: #696969. Windows color (decimal): -1111049 or 16190447. OLE color: 16190447.

HSL color Cylindrical-coordinate representation of color #EF0BF7: hue angle of 297.97º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0BF7 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 11 247 -
CMYK 0.03 0.96 0 0.03
HSL 297.97º 0.94% 0.51% -
HSV(B) 297.97º 0.96% 0.97% -
XYZ 52.5 25.31 90.11 -
YUV 106.08 207.54 222.81 -
System Red Green Blue C M Y K H S L
Decimal 239 11 247 0.03 0.96 0 0.03 297.97 0.94 0.51
Hex EF B F7 3 60 0 3 12A 5E 33
Octal 357 13 367 3 140 0 3 452 136 63
Binary 11101111 1011 11110111 11 1100000 0 11 100101010 1011110 110011

Color Harmonies of #EF0BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0BF7

Black with #EF0BF7

Text Example


Text Example

White with #EF0BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0BF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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