Html Css Color HEX #EF0BFB Magenta

📋 copy color: '#EF0BFB'

red 239 ◦ green 11 ◦ blue 251

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

Shades of Magenta #EF0BFB

Tints of Magenta #EF0BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.1%

R = 47.7%
G = 2.2%
B = 50.1%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF0BFB (or 0xEF0BFB) is known color: Magenta. HEX triplet: EF, 0B and FB. RGB value is (239,11,251). Sum of RGB (Red+Green+Blue) = 239+11+251=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 11 (4.69% from 255 or 2.20% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF0BFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0BFB is #10F404. Grayscale: #696969. Windows color (decimal): -1111045 or 16452591. OLE color: 16452591.

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

Color convert

RGB 239 11 251 -
CMYK 0.05 0.96 0 0.02
HSL 297º 0.97% 0.51% -
HSV(B) 297º 0.96% 0.98% -
XYZ 53.13 25.56 93.4 -
YUV 106.53 209.54 222.49 -
System Red Green Blue C M Y K H S L
Decimal 239 11 251 0.05 0.96 0 0.02 297 0.97 0.51
Hex EF B FB 5 60 0 2 129 61 33
Octal 357 13 373 5 140 0 2 451 141 63
Binary 11101111 1011 11111011 101 1100000 0 10 100101001 1100001 110011

Color Harmonies of #EF0BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0BFB

Black with #EF0BFB

Text Example


Text Example

White with #EF0BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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