Html Css Color HEX #E61186 Deep Pink

📋 copy color: '#E61186'

red 230 ◦ green 17 ◦ blue 134

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

Shades of Deep Pink #E61186

Tints of Deep Pink #E61186

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.46%

 BLUE value IS 134 (52.73% from 255) = 35.17%

R = 60.37%
G = 4.46%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E61186 (or 0xE61186) is known color: Deep Pink. HEX triplet: E6, 11 and 86. RGB value is (230,17,134). Sum of RGB (Red+Green+Blue) = 230+17+134=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E61186 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61186 is #19EE79. Grayscale: #5D5D5D. Windows color (decimal): -1699450 or 8786406. OLE color: 8786406.

HSL color Cylindrical-coordinate representation of color #E61186: hue angle of 327.04º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61186 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 17 134 -
CMYK 0 0.93 0.42 0.10
HSL 327.04º 0.86% 0.48% -
HSV(B) 327.04º 0.93% 0.9% -
XYZ 37.14 18.95 24.25 -
YUV 94.03 150.57 224.99 -
System Red Green Blue C M Y K H S L
Decimal 230 17 134 0 0.93 0.42 0.10 327.04 0.86 0.48
Hex E6 11 86 0 5D 2A A 147 56 30
Octal 346 21 206 0 135 52 12 507 126 60
Binary 11100110 10001 10000110 0 1011101 101010 1010 101000111 1010110 110000

Color Harmonies of #E61186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61186

Black with #E61186

Text Example


Text Example

White with #E61186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61186; }

 p { color: rgb(230,17,134); }

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

background-color css

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

 a { background-color: rgb(230,17,134); }

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

border-color css

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

 span { border-color: rgb(230,17,134); }

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