Html Css Color HEX #E61487 Deep Pink

📋 copy color: '#E61487'

red 230 ◦ green 20 ◦ blue 135

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

Shades of Deep Pink #E61487

Tints of Deep Pink #E61487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.19%

 BLUE value IS 135 (53.13% from 255) = 35.06%

R = 59.74%
G = 5.19%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E61487 (or 0xE61487) is known color: Deep Pink. HEX triplet: E6, 14 and 87. RGB value is (230,20,135). Sum of RGB (Red+Green+Blue) = 230+20+135=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E61487 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61487 is #19EB78. Grayscale: #5F5F5F. Windows color (decimal): -1698681 or 8852710. OLE color: 8852710.

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

Color convert

RGB 230 20 135 -
CMYK 0 0.91 0.41 0.10
HSL 327.14º 0.84% 0.49% -
HSV(B) 327.14º 0.91% 0.9% -
XYZ 37.26 19.07 24.64 -
YUV 95.9 150.07 223.65 -
System Red Green Blue C M Y K H S L
Decimal 230 20 135 0 0.91 0.41 0.10 327.14 0.84 0.49
Hex E6 14 87 0 5B 29 A 147 54 31
Octal 346 24 207 0 133 51 12 507 124 61
Binary 11100110 10100 10000111 0 1011011 101001 1010 101000111 1010100 110001

Color Harmonies of #E61487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61487

Black with #E61487

Text Example


Text Example

White with #E61487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61487; }

 p { color: rgb(230,20,135); }

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

background-color css

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

 a { background-color: rgb(230,20,135); }

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

border-color css

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

 span { border-color: rgb(230,20,135); }

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