Html Css Color HEX #E61185 Deep Pink

📋 copy color: '#E61185'

red 230 ◦ green 17 ◦ blue 133

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

Shades of Deep Pink #E61185

Tints of Deep Pink #E61185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35%

R = 60.53%
G = 4.47%
B = 35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E61185 (or 0xE61185) is known color: Deep Pink. HEX triplet: E6, 11 and 85. RGB value is (230,17,133). Sum of RGB (Red+Green+Blue) = 230+17+133=380 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.53% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 230 - color contains mainly: red. Hex color #E61185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61185 is #19EE7A. Grayscale: #5D5D5D. Windows color (decimal): -1699451 or 8720870. OLE color: 8720870.

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

Color convert

RGB 230 17 133 -
CMYK 0 0.93 0.42 0.10
HSL 327.32º 0.86% 0.48% -
HSV(B) 327.32º 0.93% 0.9% -
XYZ 37.07 18.92 23.89 -
YUV 93.91 150.07 225.07 -
System Red Green Blue C M Y K H S L
Decimal 230 17 133 0 0.93 0.42 0.10 327.32 0.86 0.48
Hex E6 11 85 0 5D 2A A 147 56 30
Octal 346 21 205 0 135 52 12 507 126 60
Binary 11100110 10001 10000101 0 1011101 101010 1010 101000111 1010110 110000

Color Harmonies of #E61185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61185

Black with #E61185

Text Example


Text Example

White with #E61185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61185; }

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

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

background-color css

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

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

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

border-color css

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

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

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