Html Css Color HEX #EF2EFF Magenta

📋 copy color: '#EF2EFF'

red 239 ◦ green 46 ◦ blue 255

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

Shades of Magenta #EF2EFF

Tints of Magenta #EF2EFF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.52%

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

R = 44.26%
G = 8.52%
B = 47.22%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF2EFF (or 0xEF2EFF) is known color: Magenta. HEX triplet: EF, 2E and FF. RGB value is (239,46,255). Sum of RGB (Red+Green+Blue) = 239+46+255=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 46 (18.36% from 255 or 8.52% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF2EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2EFF is #10D100. Grayscale: #7E7E7E. Windows color (decimal): -1102081 or 16723695. OLE color: 16723695.

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

Color convert

RGB 239 46 255 -
CMYK 0.06 0.82 0 0
HSL 295.41º 1% 0.59% -
HSV(B) 295.41º 0.82% 1% -
XYZ 54.62 27.52 97.04 -
YUV 127.53 199.94 207.51 -
System Red Green Blue C M Y K H S L
Decimal 239 46 255 0.06 0.82 0 0 295.41 1 0.59
Hex EF 2E FF 6 52 0 0 127 64 3B
Octal 357 56 377 6 122 0 0 447 144 73
Binary 11101111 101110 11111111 110 1010010 0 0 100100111 1100100 111011

Color Harmonies of #EF2EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2EFF

Black with #EF2EFF

Text Example


Text Example

White with #EF2EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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