Html Css Color HEX #EF1DED Magenta

📋 copy color: '#EF1DED'

red 239 ◦ green 29 ◦ blue 237

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

Shades of Magenta #EF1DED

Tints of Magenta #EF1DED

RGB

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

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

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

R = 47.33%
G = 5.74%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF1DED (or 0xEF1DED) is known color: Magenta. HEX triplet: EF, 1D and ED. RGB value is (239,29,237). Sum of RGB (Red+Green+Blue) = 239+29+237=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 29 (11.72% from 255 or 5.74% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1DED is #10E212. Grayscale: #727272. Windows color (decimal): -1106451 or 15539695. OLE color: 15539695.

HSL color Cylindrical-coordinate representation of color #EF1DED: hue angle of 300.57º 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 #EF1DED is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 29 237 -
CMYK 0 0.88 0.01 0.06
HSL 300.57º 0.87% 0.53% -
HSV(B) 300.57º 0.88% 0.94% -
XYZ 51.32 25.34 82.31 -
YUV 115.5 196.57 216.09 -
System Red Green Blue C M Y K H S L
Decimal 239 29 237 0 0.88 0.01 0.06 300.57 0.87 0.53
Hex EF 1D ED 0 58 1 6 12D 57 35
Octal 357 35 355 0 130 1 6 455 127 65
Binary 11101111 11101 11101101 0 1011000 1 110 100101101 1010111 110101

Color Harmonies of #EF1DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1DED

Black with #EF1DED

Text Example


Text Example

White with #EF1DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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