Html Css Color HEX #E61BE0 Deep Magenta

📋 copy color: '#E61BE0'

red 230 ◦ green 27 ◦ blue 224

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

Shades of Deep Magenta #E61BE0

Tints of Deep Magenta #E61BE0

RGB

 RED value IS 230 (90.23% from 255) = 47.82%

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

 BLUE value IS 224 (87.89% from 255) = 46.57%

R = 47.82%
G = 5.61%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E61BE0 (or 0xE61BE0) is known color: Deep Magenta. HEX triplet: E6, 1B and E0. RGB value is (230,27,224). Sum of RGB (Red+Green+Blue) = 230+27+224=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 27 (10.94% from 255 or 5.61% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61BE0 is #19E41F. Grayscale: #6D6D6D. Windows color (decimal): -1696800 or 14687206. OLE color: 14687206.

HSL color Cylindrical-coordinate representation of color #E61BE0: hue angle of 301.77º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61BE0 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 27 224 -
CMYK 0 0.88 0.03 0.10
HSL 301.77º 0.8% 0.5% -
HSV(B) 301.77º 0.88% 0.9% -
XYZ 46.48 22.99 72.51 -
YUV 110.16 192.25 213.48 -
System Red Green Blue C M Y K H S L
Decimal 230 27 224 0 0.88 0.03 0.10 301.77 0.8 0.5
Hex E6 1B E0 0 58 3 A 12E 50 32
Octal 346 33 340 0 130 3 12 456 120 62
Binary 11100110 11011 11100000 0 1011000 11 1010 100101110 1010000 110010

Color Harmonies of #E61BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61BE0

Black with #E61BE0

Text Example


Text Example

White with #E61BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61BE0; }

 p { color: rgb(230,27,224); }

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

background-color css

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

 a { background-color: rgb(230,27,224); }

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

border-color css

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

 span { border-color: rgb(230,27,224); }

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