Html Css Color HEX #EF1CE9 Magenta

📋 copy color: '#EF1CE9'

red 239 ◦ green 28 ◦ blue 233

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

Shades of Magenta #EF1CE9

Tints of Magenta #EF1CE9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.6%

 BLUE value IS 233 (91.41% from 255) = 46.6%

R = 47.8%
G = 5.6%
B = 46.6%

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

#EF1CE9 (or 0xEF1CE9) is known color: Magenta. HEX triplet: EF, 1C and E9. RGB value is (239,28,233). Sum of RGB (Red+Green+Blue) = 239+28+233=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 28 (11.33% from 255 or 5.6% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1CE9 is #10E316. Grayscale: #717171. Windows color (decimal): -1106711 or 15277295. OLE color: 15277295.

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

Color convert

RGB 239 28 233 -
CMYK 0 0.88 0.03 0.06
HSL 301.71º 0.87% 0.52% -
HSV(B) 301.71º 0.88% 0.94% -
XYZ 50.72 25.06 79.26 -
YUV 114.46 194.9 216.83 -
System Red Green Blue C M Y K H S L
Decimal 239 28 233 0 0.88 0.03 0.06 301.71 0.87 0.52
Hex EF 1C E9 0 58 3 6 12E 57 34
Octal 357 34 351 0 130 3 6 456 127 64
Binary 11101111 11100 11101001 0 1011000 11 110 100101110 1010111 110100

Color Harmonies of #EF1CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CE9

Black with #EF1CE9

Text Example


Text Example

White with #EF1CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CE9; }

 p { color: rgb(239,28,233); }

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

background-color css

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

 a { background-color: rgb(239,28,233); }

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

border-color css

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

 span { border-color: rgb(239,28,233); }

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