Html Css Color HEX #EF1CFB Magenta

📋 copy color: '#EF1CFB'

red 239 ◦ green 28 ◦ blue 251

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

Shades of Magenta #EF1CFB

Tints of Magenta #EF1CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.41%

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

R = 46.14%
G = 5.41%
B = 48.46%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF1CFB (or 0xEF1CFB) is known color: Magenta. HEX triplet: EF, 1C and FB. RGB value is (239,28,251). Sum of RGB (Red+Green+Blue) = 239+28+251=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 28 (11.33% from 255 or 5.41% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF1CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1CFB is #10E304. Grayscale: #737373. Windows color (decimal): -1106693 or 16456943. OLE color: 16456943.

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

Color convert

RGB 239 28 251 -
CMYK 0.05 0.89 0 0.02
HSL 296.77º 0.97% 0.55% -
HSV(B) 296.77º 0.89% 0.98% -
XYZ 53.42 26.15 93.5 -
YUV 116.51 203.9 215.37 -
System Red Green Blue C M Y K H S L
Decimal 239 28 251 0.05 0.89 0 0.02 296.77 0.97 0.55
Hex EF 1C FB 5 59 0 2 129 61 37
Octal 357 34 373 5 131 0 2 451 141 67
Binary 11101111 11100 11111011 101 1011001 0 10 100101001 1100001 110111

Color Harmonies of #EF1CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CFB

Black with #EF1CFB

Text Example


Text Example

White with #EF1CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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