Html Css Color HEX #EF28FF Magenta

📋 copy color: '#EF28FF'

red 239 ◦ green 40 ◦ blue 255

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

Shades of Magenta #EF28FF

Tints of Magenta #EF28FF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.49%

 BLUE value IS 255 (100% from 255) = 47.75%

R = 44.76%
G = 7.49%
B = 47.75%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF28FF (or 0xEF28FF) is known color: Magenta. HEX triplet: EF, 28 and FF. RGB value is (239,40,255). Sum of RGB (Red+Green+Blue) = 239+40+255=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 40 (16.02% from 255 or 7.49% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF28FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF28FF is #10D700. Grayscale: #7B7B7B. Windows color (decimal): -1103617 or 16722159. OLE color: 16722159.

HSL color Cylindrical-coordinate representation of color #EF28FF: hue angle of 295.53º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF28FF is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 40 255 -
CMYK 0.06 0.84 0 0
HSL 295.53º 1% 0.58% -
HSV(B) 295.53º 0.84% 1% -
XYZ 54.41 27.09 96.97 -
YUV 124.01 201.93 210.02 -
System Red Green Blue C M Y K H S L
Decimal 239 40 255 0.06 0.84 0 0 295.53 1 0.58
Hex EF 28 FF 6 54 0 0 128 64 3A
Octal 357 50 377 6 124 0 0 450 144 72
Binary 11101111 101000 11111111 110 1010100 0 0 100101000 1100100 111010

Color Harmonies of #EF28FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF28FF

Black with #EF28FF

Text Example


Text Example

White with #EF28FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF28FF; }

 p { color: rgb(239,40,255); }

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

background-color css

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

 a { background-color: rgb(239,40,255); }

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

border-color css

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

 span { border-color: rgb(239,40,255); }

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