Html Css Color HEX #E61286 Deep Pink

📋 copy color: '#E61286'

red 230 ◦ green 18 ◦ blue 134

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

Shades of Deep Pink #E61286

Tints of Deep Pink #E61286

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.71%

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

R = 60.21%
G = 4.71%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E61286 (or 0xE61286) is known color: Deep Pink. HEX triplet: E6, 12 and 86. RGB value is (230,18,134). Sum of RGB (Red+Green+Blue) = 230+18+134=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E61286 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61286 is #19ED79. Grayscale: #5E5E5E. Windows color (decimal): -1699194 or 8786662. OLE color: 8786662.

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

Color convert

RGB 230 18 134 -
CMYK 0 0.92 0.42 0.10
HSL 327.17º 0.85% 0.49% -
HSV(B) 327.17º 0.92% 0.9% -
XYZ 37.15 18.98 24.26 -
YUV 94.61 150.24 224.57 -
System Red Green Blue C M Y K H S L
Decimal 230 18 134 0 0.92 0.42 0.10 327.17 0.85 0.49
Hex E6 12 86 0 5C 2A A 147 55 31
Octal 346 22 206 0 134 52 12 507 125 61
Binary 11100110 10010 10000110 0 1011100 101010 1010 101000111 1010101 110001

Color Harmonies of #E61286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61286

Black with #E61286

Text Example


Text Example

White with #E61286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61286; }

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

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

background-color css

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

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

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

border-color css

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

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

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