Html Css Color HEX #EF00FB Magenta

📋 copy color: '#EF00FB'

red 239 ◦ green 0 ◦ blue 251

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

Shades of Magenta #EF00FB

Tints of Magenta #EF00FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.78%
G = 0%
B = 51.22%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF00FB (or 0xEF00FB) is known color: Magenta. HEX triplet: EF, 00 and FB. RGB value is (239,0,251). Sum of RGB (Red+Green+Blue) = 239+0+251=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 0 (0.39% from 255 or 0% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF00FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF00FB is #10FF04. Grayscale: #636363. Windows color (decimal): -1113861 or 16449775. OLE color: 16449775.

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

Color convert

RGB 239 0 251 -
CMYK 0.05 1 0 0.02
HSL 297.13º 1% 0.49% -
HSV(B) 297.13º 1% 0.98% -
XYZ 53.01 25.32 93.36 -
YUV 100.08 213.18 227.09 -
System Red Green Blue C M Y K H S L
Decimal 239 0 251 0.05 1 0 0.02 297.13 1 0.49
Hex EF 0 FB 5 64 0 2 129 64 31
Octal 357 0 373 5 144 0 2 451 144 61
Binary 11101111 0 11111011 101 1100100 0 10 100101001 1100100 110001

Color Harmonies of #EF00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF00FB

Black with #EF00FB

Text Example


Text Example

White with #EF00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF00FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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