Html Css Color HEX #EF2EFD Magenta

📋 copy color: '#EF2EFD'

red 239 ◦ green 46 ◦ blue 253

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

Shades of Magenta #EF2EFD

Tints of Magenta #EF2EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.03%

R = 44.42%
G = 8.55%
B = 47.03%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF2EFD (or 0xEF2EFD) is known color: Magenta. HEX triplet: EF, 2E and FD. RGB value is (239,46,253). Sum of RGB (Red+Green+Blue) = 239+46+253=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 46 (18.36% from 255 or 8.55% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF2EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2EFD is #10D102. Grayscale: #7E7E7E. Windows color (decimal): -1102083 or 16592623. OLE color: 16592623.

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

Color convert

RGB 239 46 253 -
CMYK 0.06 0.82 0 0.01
HSL 295.94º 0.98% 0.59% -
HSV(B) 295.94º 0.82% 0.99% -
XYZ 54.3 27.4 95.35 -
YUV 127.31 198.94 207.67 -
System Red Green Blue C M Y K H S L
Decimal 239 46 253 0.06 0.82 0 0.01 295.94 0.98 0.59
Hex EF 2E FD 6 52 0 1 128 62 3B
Octal 357 56 375 6 122 0 1 450 142 73
Binary 11101111 101110 11111101 110 1010010 0 1 100101000 1100010 111011

Color Harmonies of #EF2EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2EFD

Black with #EF2EFD

Text Example


Text Example

White with #EF2EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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