Html Css Color HEX #E61384 Deep Pink

📋 copy color: '#E61384'

red 230 ◦ green 19 ◦ blue 132

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

Shades of Deep Pink #E61384

Tints of Deep Pink #E61384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.99%

 BLUE value IS 132 (51.95% from 255) = 34.65%

R = 60.37%
G = 4.99%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E61384 (or 0xE61384) is known color: Deep Pink. HEX triplet: E6, 13 and 84. RGB value is (230,19,132). Sum of RGB (Red+Green+Blue) = 230+19+132=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E61384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61384 is #19EC7B. Grayscale: #5E5E5E. Windows color (decimal): -1698940 or 8655846. OLE color: 8655846.

HSL color Cylindrical-coordinate representation of color #E61384: hue angle of 327.87º 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 #E61384 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 19 132 -
CMYK 0 0.92 0.43 0.10
HSL 327.87º 0.85% 0.49% -
HSV(B) 327.87º 0.92% 0.9% -
XYZ 37.03 18.95 23.54 -
YUV 94.97 148.9 224.31 -
System Red Green Blue C M Y K H S L
Decimal 230 19 132 0 0.92 0.43 0.10 327.87 0.85 0.49
Hex E6 13 84 0 5C 2B A 148 55 31
Octal 346 23 204 0 134 53 12 510 125 61
Binary 11100110 10011 10000100 0 1011100 101011 1010 101001000 1010101 110001

Color Harmonies of #E61384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61384

Black with #E61384

Text Example


Text Example

White with #E61384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61384; }

 p { color: rgb(230,19,132); }

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

background-color css

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

 a { background-color: rgb(230,19,132); }

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

border-color css

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

 span { border-color: rgb(230,19,132); }

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