Html Css Color HEX #EF20FB Magenta

📋 copy color: '#EF20FB'

red 239 ◦ green 32 ◦ blue 251

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

Shades of Magenta #EF20FB

Tints of Magenta #EF20FB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.13%

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

R = 45.79%
G = 6.13%
B = 48.08%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF20FB (or 0xEF20FB) is known color: Magenta. HEX triplet: EF, 20 and FB. RGB value is (239,32,251). Sum of RGB (Red+Green+Blue) = 239+32+251=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 32 (12.89% from 255 or 6.13% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF20FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF20FB is #10DF04. Grayscale: #767676. Windows color (decimal): -1105669 or 16457967. OLE color: 16457967.

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

Color convert

RGB 239 32 251 -
CMYK 0.05 0.87 0 0.02
HSL 296.71º 0.96% 0.55% -
HSV(B) 296.71º 0.87% 0.98% -
XYZ 53.53 26.35 93.53 -
YUV 118.86 202.58 213.69 -
System Red Green Blue C M Y K H S L
Decimal 239 32 251 0.05 0.87 0 0.02 296.71 0.96 0.55
Hex EF 20 FB 5 57 0 2 129 60 37
Octal 357 40 373 5 127 0 2 451 140 67
Binary 11101111 100000 11111011 101 1010111 0 10 100101001 1100000 110111

Color Harmonies of #EF20FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF20FB

Black with #EF20FB

Text Example


Text Example

White with #EF20FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF20FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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