Html Css Color HEX #EF1BE8 Magenta

📋 copy color: '#EF1BE8'

red 239 ◦ green 27 ◦ blue 232

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

Shades of Magenta #EF1BE8

Tints of Magenta #EF1BE8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.42%

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

R = 47.99%
G = 5.42%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF1BE8 (or 0xEF1BE8) is known color: Magenta. HEX triplet: EF, 1B and E8. RGB value is (239,27,232). Sum of RGB (Red+Green+Blue) = 239+27+232=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 27 (10.94% from 255 or 5.42% from 498); Blue value is 232 (91.02% from 255 or 46.59% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1BE8 is #10E417. Grayscale: #717171. Windows color (decimal): -1106968 or 15211503. OLE color: 15211503.

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

Color convert

RGB 239 27 232 -
CMYK 0 0.89 0.03 0.06
HSL 301.98º 0.87% 0.52% -
HSV(B) 301.98º 0.89% 0.94% -
XYZ 50.55 24.96 78.5 -
YUV 113.76 194.74 217.33 -
System Red Green Blue C M Y K H S L
Decimal 239 27 232 0 0.89 0.03 0.06 301.98 0.87 0.52
Hex EF 1B E8 0 59 3 6 12E 57 34
Octal 357 33 350 0 131 3 6 456 127 64
Binary 11101111 11011 11101000 0 1011001 11 110 100101110 1010111 110100

Color Harmonies of #EF1BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1BE8

Black with #EF1BE8

Text Example


Text Example

White with #EF1BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1BE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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