Html Css Color HEX #E5158E Deep Pink

📋 copy color: '#E5158E'

red 229 ◦ green 21 ◦ blue 142

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

Shades of Deep Pink #E5158E

Tints of Deep Pink #E5158E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.22%

R = 58.42%
G = 5.36%
B = 36.22%

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

#E5158E (or 0xE5158E) is known color: Deep Pink. HEX triplet: E5, 15 and 8E. RGB value is (229,21,142). Sum of RGB (Red+Green+Blue) = 229+21+142=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E5158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5158E is #1AEA71. Grayscale: #606060. Windows color (decimal): -1763954 or 9311717. OLE color: 9311717.

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

Color convert

RGB 229 21 142 -
CMYK 0 0.91 0.38 0.10
HSL 325.1º 0.83% 0.49% -
HSV(B) 325.1º 0.91% 0.9% -
XYZ 37.46 19.15 27.31 -
YUV 96.99 153.41 222.16 -
System Red Green Blue C M Y K H S L
Decimal 229 21 142 0 0.91 0.38 0.10 325.1 0.83 0.49
Hex E5 15 8E 0 5B 26 A 145 53 31
Octal 345 25 216 0 133 46 12 505 123 61
Binary 11100101 10101 10001110 0 1011011 100110 1010 101000101 1010011 110001

Color Harmonies of #E5158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5158E

Black with #E5158E

Text Example


Text Example

White with #E5158E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5158E; }

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

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

background-color css

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

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

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

border-color css

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

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

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