Html Css Color HEX #E61091 Deep Pink

📋 copy color: '#E61091'

red 230 ◦ green 16 ◦ blue 145

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

Shades of Deep Pink #E61091

Tints of Deep Pink #E61091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.09%

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

R = 58.82%
G = 4.09%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E61091 (or 0xE61091) is known color: Deep Pink. HEX triplet: E6, 10 and 91. RGB value is (230,16,145). Sum of RGB (Red+Green+Blue) = 230+16+145=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E61091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61091 is #19EF6E. Grayscale: #5E5E5E. Windows color (decimal): -1699695 or 9507046. OLE color: 9507046.

HSL color Cylindrical-coordinate representation of color #E61091: hue angle of 323.83º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61091 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 16 145 -
CMYK 0 0.93 0.37 0.10
HSL 323.83º 0.87% 0.48% -
HSV(B) 323.83º 0.93% 0.9% -
XYZ 37.93 19.24 28.5 -
YUV 94.69 156.4 224.51 -
System Red Green Blue C M Y K H S L
Decimal 230 16 145 0 0.93 0.37 0.10 323.83 0.87 0.48
Hex E6 10 91 0 5D 25 A 144 57 30
Octal 346 20 221 0 135 45 12 504 127 60
Binary 11100110 10000 10010001 0 1011101 100101 1010 101000100 1010111 110000

Color Harmonies of #E61091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61091

Black with #E61091

Text Example


Text Example

White with #E61091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61091; }

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

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

background-color css

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

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

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

border-color css

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

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

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