Html Css Color HEX #E5128E Deep Pink

📋 copy color: '#E5128E'

red 229 ◦ green 18 ◦ blue 142

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

Shades of Deep Pink #E5128E

Tints of Deep Pink #E5128E

RGB

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

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

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

R = 58.87%
G = 4.63%
B = 36.5%

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

#E5128E (or 0xE5128E) is known color: Deep Pink. HEX triplet: E5, 12 and 8E. RGB value is (229,18,142). Sum of RGB (Red+Green+Blue) = 229+18+142=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E5128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5128E is #1AED71. Grayscale: #5E5E5E. Windows color (decimal): -1764722 or 9310949. OLE color: 9310949.

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

Color convert

RGB 229 18 142 -
CMYK 0 0.92 0.38 0.10
HSL 324.74º 0.85% 0.48% -
HSV(B) 324.74º 0.92% 0.9% -
XYZ 37.41 19.04 27.3 -
YUV 95.23 154.4 223.42 -
System Red Green Blue C M Y K H S L
Decimal 229 18 142 0 0.92 0.38 0.10 324.74 0.85 0.48
Hex E5 12 8E 0 5C 26 A 145 55 30
Octal 345 22 216 0 134 46 12 505 125 60
Binary 11100101 10010 10001110 0 1011100 100110 1010 101000101 1010101 110000

Color Harmonies of #E5128E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5128E

Black with #E5128E

Text Example


Text Example

White with #E5128E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5128E; }

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

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

background-color css

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

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

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

border-color css

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

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

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