Html Css Color HEX #EF0BF0 Magenta

📋 copy color: '#EF0BF0'

red 239 ◦ green 11 ◦ blue 240

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

Shades of Magenta #EF0BF0

Tints of Magenta #EF0BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.98%

R = 48.78%
G = 2.24%
B = 48.98%

CMYK

 C value IS 0.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF0BF0 (or 0xEF0BF0) is known color: Magenta. HEX triplet: EF, 0B and F0. RGB value is (239,11,240). Sum of RGB (Red+Green+Blue) = 239+11+240=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 11 (4.69% from 255 or 2.24% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF0BF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0BF0 is #10F40F. Grayscale: #686868. Windows color (decimal): -1111056 or 15731695. OLE color: 15731695.

HSL color Cylindrical-coordinate representation of color #EF0BF0: hue angle of 299.74º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0BF0 is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 11 240 -
CMYK 0.00 0.95 0 0.06
HSL 299.74º 0.91% 0.49% -
HSV(B) 299.74º 0.95% 0.94% -
XYZ 51.44 24.88 84.53 -
YUV 105.28 204.04 223.38 -
System Red Green Blue C M Y K H S L
Decimal 239 11 240 0.00 0.95 0 0.06 299.74 0.91 0.49
Hex EF B F0 0 5F 0 6 12C 5B 31
Octal 357 13 360 0 137 0 6 454 133 61
Binary 11101111 1011 11110000 0 1011111 0 110 100101100 1011011 110001

Color Harmonies of #EF0BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0BF0

Black with #EF0BF0

Text Example


Text Example

White with #EF0BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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