Html Css Color HEX #EF28F3 Magenta

📋 copy color: '#EF28F3'

red 239 ◦ green 40 ◦ blue 243

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

Shades of Magenta #EF28F3

Tints of Magenta #EF28F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 46.55%

R = 45.79%
G = 7.66%
B = 46.55%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EF28F3 (or 0xEF28F3) is known color: Magenta. HEX triplet: EF, 28 and F3. RGB value is (239,40,243). Sum of RGB (Red+Green+Blue) = 239+40+243=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 40 (16.02% from 255 or 7.66% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF28F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF28F3 is #10D70C. Grayscale: #7A7A7A. Windows color (decimal): -1103629 or 15935727. OLE color: 15935727.

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

Color convert

RGB 239 40 243 -
CMYK 0.02 0.84 0 0.05
HSL 298.82º 0.89% 0.55% -
HSV(B) 298.82º 0.84% 0.95% -
XYZ 52.53 26.34 87.11 -
YUV 122.64 195.93 210.99 -
System Red Green Blue C M Y K H S L
Decimal 239 40 243 0.02 0.84 0 0.05 298.82 0.89 0.55
Hex EF 28 F3 2 54 0 5 12B 59 37
Octal 357 50 363 2 124 0 5 453 131 67
Binary 11101111 101000 11110011 10 1010100 0 101 100101011 1011001 110111

Color Harmonies of #EF28F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF28F3

Black with #EF28F3

Text Example


Text Example

White with #EF28F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF28F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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