Html Css Color HEX #E5158D Deep Pink

📋 copy color: '#E5158D'

red 229 ◦ green 21 ◦ blue 141

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

Shades of Deep Pink #E5158D

Tints of Deep Pink #E5158D

RGB

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

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

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

R = 58.57%
G = 5.37%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5158D (or 0xE5158D) is known color: Deep Pink. HEX triplet: E5, 15 and 8D. RGB value is (229,21,141). Sum of RGB (Red+Green+Blue) = 229+21+141=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E5158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5158D is #1AEA72. Grayscale: #606060. Windows color (decimal): -1763955 or 9246181. OLE color: 9246181.

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

Color convert

RGB 229 21 141 -
CMYK 0 0.91 0.38 0.10
HSL 325.38º 0.83% 0.49% -
HSV(B) 325.38º 0.91% 0.9% -
XYZ 37.39 19.12 26.92 -
YUV 96.87 152.91 222.24 -
System Red Green Blue C M Y K H S L
Decimal 229 21 141 0 0.91 0.38 0.10 325.38 0.83 0.49
Hex E5 15 8D 0 5B 26 A 145 53 31
Octal 345 25 215 0 133 46 12 505 123 61
Binary 11100101 10101 10001101 0 1011011 100110 1010 101000101 1010011 110001

Color Harmonies of #E5158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5158D

Black with #E5158D

Text Example


Text Example

White with #E5158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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