Html Css Color HEX #EF1BE5 Magenta

📋 copy color: '#EF1BE5'

red 239 ◦ green 27 ◦ blue 229

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

Shades of Magenta #EF1BE5

Tints of Magenta #EF1BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.26%

R = 48.28%
G = 5.45%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF1BE5 (or 0xEF1BE5) is known color: Magenta. HEX triplet: EF, 1B and E5. RGB value is (239,27,229). Sum of RGB (Red+Green+Blue) = 239+27+229=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 27 (10.94% from 255 or 5.45% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1BE5 is #10E41A. Grayscale: #707070. Windows color (decimal): -1106971 or 15014895. OLE color: 15014895.

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

Color convert

RGB 239 27 229 -
CMYK 0 0.89 0.04 0.06
HSL 302.83º 0.87% 0.52% -
HSV(B) 302.83º 0.89% 0.94% -
XYZ 50.13 24.79 76.27 -
YUV 113.42 193.24 217.57 -
System Red Green Blue C M Y K H S L
Decimal 239 27 229 0 0.89 0.04 0.06 302.83 0.87 0.52
Hex EF 1B E5 0 59 4 6 12F 57 34
Octal 357 33 345 0 131 4 6 457 127 64
Binary 11101111 11011 11100101 0 1011001 100 110 100101111 1010111 110100

Color Harmonies of #EF1BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1BE5

Black with #EF1BE5

Text Example


Text Example

White with #EF1BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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