Html Css Color HEX #EF1AEE Magenta

📋 copy color: '#EF1AEE'

red 239 ◦ green 26 ◦ blue 238

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

Shades of Magenta #EF1AEE

Tints of Magenta #EF1AEE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.17%

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

R = 47.51%
G = 5.17%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF1AEE (or 0xEF1AEE) is known color: Magenta. HEX triplet: EF, 1A and EE. RGB value is (239,26,238). Sum of RGB (Red+Green+Blue) = 239+26+238=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 26 (10.55% from 255 or 5.17% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1AEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1AEE is #10E511. Grayscale: #717171. Windows color (decimal): -1107218 or 15604463. OLE color: 15604463.

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

Color convert

RGB 239 26 238 -
CMYK 0 0.89 0.00 0.06
HSL 300.28º 0.87% 0.52% -
HSV(B) 300.28º 0.89% 0.94% -
XYZ 51.4 25.26 83.06 -
YUV 113.86 198.07 217.26 -
System Red Green Blue C M Y K H S L
Decimal 239 26 238 0 0.89 0.00 0.06 300.28 0.87 0.52
Hex EF 1A EE 0 59 0 6 12C 57 34
Octal 357 32 356 0 131 0 6 454 127 64
Binary 11101111 11010 11101110 0 1011001 0 110 100101100 1010111 110100

Color Harmonies of #EF1AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1AEE

Black with #EF1AEE

Text Example


Text Example

White with #EF1AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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