Html Css Color HEX #E5128B Deep Pink

📋 copy color: '#E5128B'

red 229 ◦ green 18 ◦ blue 139

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

Shades of Deep Pink #E5128B

Tints of Deep Pink #E5128B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.66%

 BLUE value IS 139 (54.69% from 255) = 36.01%

R = 59.33%
G = 4.66%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E5128B (or 0xE5128B) is known color: Deep Pink. HEX triplet: E5, 12 and 8B. RGB value is (229,18,139). Sum of RGB (Red+Green+Blue) = 229+18+139=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E5128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5128B is #1AED74. Grayscale: #5E5E5E. Windows color (decimal): -1764725 or 9114341. OLE color: 9114341.

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

Color convert

RGB 229 18 139 -
CMYK 0 0.92 0.39 0.10
HSL 325.59º 0.85% 0.48% -
HSV(B) 325.59º 0.92% 0.9% -
XYZ 37.19 18.95 26.12 -
YUV 94.88 152.9 223.66 -
System Red Green Blue C M Y K H S L
Decimal 229 18 139 0 0.92 0.39 0.10 325.59 0.85 0.48
Hex E5 12 8B 0 5C 27 A 146 55 30
Octal 345 22 213 0 134 47 12 506 125 60
Binary 11100101 10010 10001011 0 1011100 100111 1010 101000110 1010101 110000

Color Harmonies of #E5128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5128B

Black with #E5128B

Text Example


Text Example

White with #E5128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5128B; }

 p { color: rgb(229,18,139); }

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

background-color css

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

 a { background-color: rgb(229,18,139); }

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

border-color css

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

 span { border-color: rgb(229,18,139); }

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