Html Css Color HEX #E61380 Deep Pink

📋 copy color: '#E61380'

red 230 ◦ green 19 ◦ blue 128

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

Shades of Deep Pink #E61380

Tints of Deep Pink #E61380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.95%

R = 61.01%
G = 5.04%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E61380 (or 0xE61380) is known color: Deep Pink. HEX triplet: E6, 13 and 80. RGB value is (230,19,128). Sum of RGB (Red+Green+Blue) = 230+19+128=377 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.01% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 230 - color contains mainly: red. Hex color #E61380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61380 is #19EC7F. Grayscale: #5E5E5E. Windows color (decimal): -1698944 or 8393702. OLE color: 8393702.

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

Color convert

RGB 230 19 128 -
CMYK 0 0.92 0.44 0.10
HSL 329º 0.85% 0.49% -
HSV(B) 329º 0.92% 0.9% -
XYZ 36.76 18.85 22.12 -
YUV 94.52 146.9 224.64 -
System Red Green Blue C M Y K H S L
Decimal 230 19 128 0 0.92 0.44 0.10 329 0.85 0.49
Hex E6 13 80 0 5C 2C A 149 55 31
Octal 346 23 200 0 134 54 12 511 125 61
Binary 11100110 10011 10000000 0 1011100 101100 1010 101001001 1010101 110001

Color Harmonies of #E61380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61380

Black with #E61380

Text Example


Text Example

White with #E61380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61380; }

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

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

background-color css

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

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

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

border-color css

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

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

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