Html Css Color HEX #EF1DEE Magenta

📋 copy color: '#EF1DEE'

red 239 ◦ green 29 ◦ blue 238

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

Shades of Magenta #EF1DEE

Tints of Magenta #EF1DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 47.23%
G = 5.73%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF1DEE (or 0xEF1DEE) is known color: Magenta. HEX triplet: EF, 1D and EE. RGB value is (239,29,238). Sum of RGB (Red+Green+Blue) = 239+29+238=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 29 (11.72% from 255 or 5.73% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1DEE is #10E211. Grayscale: #727272. Windows color (decimal): -1106450 or 15605231. OLE color: 15605231.

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

Color convert

RGB 239 29 238 -
CMYK 0 0.88 0.00 0.06
HSL 300.29º 0.87% 0.53% -
HSV(B) 300.29º 0.88% 0.94% -
XYZ 51.47 25.4 83.08 -
YUV 115.62 197.07 216.01 -
System Red Green Blue C M Y K H S L
Decimal 239 29 238 0 0.88 0.00 0.06 300.29 0.87 0.53
Hex EF 1D EE 0 58 0 6 12C 57 35
Octal 357 35 356 0 130 0 6 454 127 65
Binary 11101111 11101 11101110 0 1011000 0 110 100101100 1010111 110101

Color Harmonies of #EF1DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1DEE

Black with #EF1DEE

Text Example


Text Example

White with #EF1DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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