Html Css Color HEX #E5158A Deep Pink

📋 copy color: '#E5158A'

red 229 ◦ green 21 ◦ blue 138

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

Shades of Deep Pink #E5158A

Tints of Deep Pink #E5158A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.57%

R = 59.02%
G = 5.41%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E5158A (or 0xE5158A) is known color: Deep Pink. HEX triplet: E5, 15 and 8A. RGB value is (229,21,138). Sum of RGB (Red+Green+Blue) = 229+21+138=388 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.02% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 229 - color contains mainly: red. Hex color #E5158A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5158A is #1AEA75. Grayscale: #606060. Windows color (decimal): -1763958 or 9049573. OLE color: 9049573.

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

Color convert

RGB 229 21 138 -
CMYK 0 0.91 0.40 0.10
HSL 326.25º 0.83% 0.49% -
HSV(B) 326.25º 0.91% 0.9% -
XYZ 37.17 19.03 25.76 -
YUV 96.53 151.41 222.49 -
System Red Green Blue C M Y K H S L
Decimal 229 21 138 0 0.91 0.40 0.10 326.25 0.83 0.49
Hex E5 15 8A 0 5B 28 A 146 53 31
Octal 345 25 212 0 133 50 12 506 123 61
Binary 11100101 10101 10001010 0 1011011 101000 1010 101000110 1010011 110001

Color Harmonies of #E5158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5158A

Black with #E5158A

Text Example


Text Example

White with #E5158A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5158A; }

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

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

background-color css

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

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

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

border-color css

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

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

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