Html Css Color HEX #E61193 Deep Pink

📋 copy color: '#E61193'

red 230 ◦ green 17 ◦ blue 147

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

Shades of Deep Pink #E61193

Tints of Deep Pink #E61193

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.31%

 BLUE value IS 147 (57.81% from 255) = 37.31%

R = 58.38%
G = 4.31%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E61193 (or 0xE61193) is known color: Deep Pink. HEX triplet: E6, 11 and 93. RGB value is (230,17,147). Sum of RGB (Red+Green+Blue) = 230+17+147=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E61193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61193 is #19EE6C. Grayscale: #5F5F5F. Windows color (decimal): -1699437 or 9638374. OLE color: 9638374.

HSL color Cylindrical-coordinate representation of color #E61193: hue angle of 323.38º degrees, saturation: 0.86, 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 #E61193 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 17 147 -
CMYK 0 0.93 0.36 0.10
HSL 323.38º 0.86% 0.48% -
HSV(B) 323.38º 0.93% 0.9% -
XYZ 38.1 19.33 29.33 -
YUV 95.51 157.07 223.93 -
System Red Green Blue C M Y K H S L
Decimal 230 17 147 0 0.93 0.36 0.10 323.38 0.86 0.48
Hex E6 11 93 0 5D 24 A 143 56 30
Octal 346 21 223 0 135 44 12 503 126 60
Binary 11100110 10001 10010011 0 1011101 100100 1010 101000011 1010110 110000

Color Harmonies of #E61193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61193

Black with #E61193

Text Example


Text Example

White with #E61193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61193; }

 p { color: rgb(230,17,147); }

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

background-color css

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

 a { background-color: rgb(230,17,147); }

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

border-color css

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

 span { border-color: rgb(230,17,147); }

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