Html Css Color HEX #EF27FA Magenta

📋 copy color: '#EF27FA'

red 239 ◦ green 39 ◦ blue 250

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

Shades of Magenta #EF27FA

Tints of Magenta #EF27FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.39%

 BLUE value IS 250 (98.05% from 255) = 47.35%

R = 45.27%
G = 7.39%
B = 47.35%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF27FA (or 0xEF27FA) is known color: Magenta. HEX triplet: EF, 27 and FA. RGB value is (239,39,250). Sum of RGB (Red+Green+Blue) = 239+39+250=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 39 (15.62% from 255 or 7.39% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF27FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF27FA is #10D805. Grayscale: #7A7A7A. Windows color (decimal): -1103878 or 16394223. OLE color: 16394223.

HSL color Cylindrical-coordinate representation of color #EF27FA: hue angle of 296.87º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF27FA is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 39 250 -
CMYK 0.04 0.84 0 0.02
HSL 296.87º 0.95% 0.57% -
HSV(B) 296.87º 0.84% 0.98% -
XYZ 53.58 26.7 92.77 -
YUV 122.85 199.76 210.84 -
System Red Green Blue C M Y K H S L
Decimal 239 39 250 0.04 0.84 0 0.02 296.87 0.95 0.57
Hex EF 27 FA 4 54 0 2 129 5F 39
Octal 357 47 372 4 124 0 2 451 137 71
Binary 11101111 100111 11111010 100 1010100 0 10 100101001 1011111 111001

Color Harmonies of #EF27FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF27FA

Black with #EF27FA

Text Example


Text Example

White with #EF27FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF27FA; }

 p { color: rgb(239,39,250); }

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

background-color css

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

 a { background-color: rgb(239,39,250); }

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

border-color css

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

 span { border-color: rgb(239,39,250); }

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