Html Css Color HEX #E61582 Deep Pink

📋 copy color: '#E61582'

red 230 ◦ green 21 ◦ blue 130

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

Shades of Deep Pink #E61582

Tints of Deep Pink #E61582

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.51%

 BLUE value IS 130 (51.17% from 255) = 34.12%

R = 60.37%
G = 5.51%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E61582 (or 0xE61582) is known color: Deep Pink. HEX triplet: E6, 15 and 82. RGB value is (230,21,130). Sum of RGB (Red+Green+Blue) = 230+21+130=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E61582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61582 is #19EA7D. Grayscale: #5F5F5F. Windows color (decimal): -1698430 or 8525286. OLE color: 8525286.

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

Color convert

RGB 230 21 130 -
CMYK 0 0.91 0.43 0.10
HSL 328.71º 0.83% 0.49% -
HSV(B) 328.71º 0.91% 0.9% -
XYZ 36.93 18.97 22.83 -
YUV 95.92 147.24 223.64 -
System Red Green Blue C M Y K H S L
Decimal 230 21 130 0 0.91 0.43 0.10 328.71 0.83 0.49
Hex E6 15 82 0 5B 2B A 149 53 31
Octal 346 25 202 0 133 53 12 511 123 61
Binary 11100110 10101 10000010 0 1011011 101011 1010 101001001 1010011 110001

Color Harmonies of #E61582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61582

Black with #E61582

Text Example


Text Example

White with #E61582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61582; }

 p { color: rgb(230,21,130); }

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

background-color css

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

 a { background-color: rgb(230,21,130); }

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

border-color css

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

 span { border-color: rgb(230,21,130); }

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