Html Css Color HEX #EF1FED Magenta

📋 copy color: '#EF1FED'

red 239 ◦ green 31 ◦ blue 237

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

Shades of Magenta #EF1FED

Tints of Magenta #EF1FED

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.11%

 BLUE value IS 237 (92.97% from 255) = 46.75%

R = 47.14%
G = 6.11%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF1FED (or 0xEF1FED) is known color: Magenta. HEX triplet: EF, 1F and ED. RGB value is (239,31,237). Sum of RGB (Red+Green+Blue) = 239+31+237=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 31 (12.5% from 255 or 6.11% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1FED is #10E012. Grayscale: #747474. Windows color (decimal): -1105939 or 15540207. OLE color: 15540207.

HSL color Cylindrical-coordinate representation of color #EF1FED: hue angle of 300.58º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1FED is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 31 237 -
CMYK 0 0.87 0.01 0.06
HSL 300.58º 0.87% 0.53% -
HSV(B) 300.58º 0.87% 0.94% -
XYZ 51.37 25.45 82.32 -
YUV 116.68 195.91 215.25 -
System Red Green Blue C M Y K H S L
Decimal 239 31 237 0 0.87 0.01 0.06 300.58 0.87 0.53
Hex EF 1F ED 0 57 1 6 12D 57 35
Octal 357 37 355 0 127 1 6 455 127 65
Binary 11101111 11111 11101101 0 1010111 1 110 100101101 1010111 110101

Color Harmonies of #EF1FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1FED

Black with #EF1FED

Text Example


Text Example

White with #EF1FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1FED; }

 p { color: rgb(239,31,237); }

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

background-color css

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

 a { background-color: rgb(239,31,237); }

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

border-color css

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

 span { border-color: rgb(239,31,237); }

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