Html Css Color HEX #EF23FF Magenta

📋 copy color: '#EF23FF'

red 239 ◦ green 35 ◦ blue 255

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

Shades of Magenta #EF23FF

Tints of Magenta #EF23FF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 6.62%

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

R = 45.18%
G = 6.62%
B = 48.2%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF23FF (or 0xEF23FF) is known color: Magenta. HEX triplet: EF, 23 and FF. RGB value is (239,35,255). Sum of RGB (Red+Green+Blue) = 239+35+255=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 35 (14.06% from 255 or 6.62% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF23FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF23FF is #10DC00. Grayscale: #787878. Windows color (decimal): -1104897 or 16720879. OLE color: 16720879.

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

Color convert

RGB 239 35 255 -
CMYK 0.06 0.86 0 0
HSL 295.64º 1% 0.57% -
HSV(B) 295.64º 0.86% 1% -
XYZ 54.25 26.77 96.92 -
YUV 121.08 203.59 212.11 -
System Red Green Blue C M Y K H S L
Decimal 239 35 255 0.06 0.86 0 0 295.64 1 0.57
Hex EF 23 FF 6 56 0 0 128 64 39
Octal 357 43 377 6 126 0 0 450 144 71
Binary 11101111 100011 11111111 110 1010110 0 0 100101000 1100100 111001

Color Harmonies of #EF23FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF23FF

Black with #EF23FF

Text Example


Text Example

White with #EF23FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF23FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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