Html Css Color HEX #E61591 Deep Pink

📋 copy color: '#E61591'

red 230 ◦ green 21 ◦ blue 145

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

Shades of Deep Pink #E61591

Tints of Deep Pink #E61591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.62%

R = 58.08%
G = 5.3%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E61591 (or 0xE61591) is known color: Deep Pink. HEX triplet: E6, 15 and 91. RGB value is (230,21,145). Sum of RGB (Red+Green+Blue) = 230+21+145=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E61591 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61591 is #19EA6E. Grayscale: #616161. Windows color (decimal): -1698415 or 9508326. OLE color: 9508326.

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

Color convert

RGB 230 21 145 -
CMYK 0 0.91 0.37 0.10
HSL 324.4º 0.83% 0.49% -
HSV(B) 324.4º 0.91% 0.9% -
XYZ 38.01 19.4 28.53 -
YUV 97.63 154.74 222.42 -
System Red Green Blue C M Y K H S L
Decimal 230 21 145 0 0.91 0.37 0.10 324.4 0.83 0.49
Hex E6 15 91 0 5B 25 A 144 53 31
Octal 346 25 221 0 133 45 12 504 123 61
Binary 11100110 10101 10010001 0 1011011 100101 1010 101000100 1010011 110001

Color Harmonies of #E61591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61591

Black with #E61591

Text Example


Text Example

White with #E61591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61591; }

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

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

background-color css

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

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

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

border-color css

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

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

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