Html Css Color HEX #EF1DE8 Magenta

📋 copy color: '#EF1DE8'

red 239 ◦ green 29 ◦ blue 232

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

Shades of Magenta #EF1DE8

Tints of Magenta #EF1DE8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.8%

 BLUE value IS 232 (91.02% from 255) = 46.4%

R = 47.8%
G = 5.8%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF1DE8 (or 0xEF1DE8) is known color: Magenta. HEX triplet: EF, 1D and E8. RGB value is (239,29,232). Sum of RGB (Red+Green+Blue) = 239+29+232=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 29 (11.72% from 255 or 5.8% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1DE8 is #10E217. Grayscale: #727272. Windows color (decimal): -1106456 or 15212015. OLE color: 15212015.

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

Color convert

RGB 239 29 232 -
CMYK 0 0.88 0.03 0.06
HSL 302º 0.87% 0.53% -
HSV(B) 302º 0.88% 0.94% -
XYZ 50.6 25.06 78.51 -
YUV 114.93 194.07 216.49 -
System Red Green Blue C M Y K H S L
Decimal 239 29 232 0 0.88 0.03 0.06 302 0.87 0.53
Hex EF 1D E8 0 58 3 6 12E 57 35
Octal 357 35 350 0 130 3 6 456 127 65
Binary 11101111 11101 11101000 0 1011000 11 110 100101110 1010111 110101

Color Harmonies of #EF1DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1DE8

Black with #EF1DE8

Text Example


Text Example

White with #EF1DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1DE8; }

 p { color: rgb(239,29,232); }

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

background-color css

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

 a { background-color: rgb(239,29,232); }

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

border-color css

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

 span { border-color: rgb(239,29,232); }

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