Html Css Color HEX #E5138D Deep Pink

📋 copy color: '#E5138D'

red 229 ◦ green 19 ◦ blue 141

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

Shades of Deep Pink #E5138D

Tints of Deep Pink #E5138D

RGB

 RED value IS 229 (89.84% from 255) = 58.87%

 GREEN value IS 19 (7.81% from 255) = 4.88%

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 58.87%
G = 4.88%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5138D (or 0xE5138D) is known color: Deep Pink. HEX triplet: E5, 13 and 8D. RGB value is (229,19,141). Sum of RGB (Red+Green+Blue) = 229+19+141=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E5138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5138D is #1AEC72. Grayscale: #5F5F5F. Windows color (decimal): -1764467 or 9245669. OLE color: 9245669.

HSL color Cylindrical-coordinate representation of color #E5138D: hue angle of 325.14º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5138D is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 19 141 -
CMYK 0 0.92 0.38 0.10
HSL 325.14º 0.85% 0.49% -
HSV(B) 325.14º 0.92% 0.9% -
XYZ 37.35 19.05 26.91 -
YUV 95.7 153.57 223.08 -
System Red Green Blue C M Y K H S L
Decimal 229 19 141 0 0.92 0.38 0.10 325.14 0.85 0.49
Hex E5 13 8D 0 5C 26 A 145 55 31
Octal 345 23 215 0 134 46 12 505 125 61
Binary 11100101 10011 10001101 0 1011100 100110 1010 101000101 1010101 110001

Color Harmonies of #E5138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5138D

Black with #E5138D

Text Example


Text Example

White with #E5138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5138D; }

 p { color: rgb(229,19,141); }

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

background-color css

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

 a { background-color: rgb(229,19,141); }

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

border-color css

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

 span { border-color: rgb(229,19,141); }

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