Html Css Color HEX #E5128C Deep Pink

📋 copy color: '#E5128C'

red 229 ◦ green 18 ◦ blue 140

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

Shades of Deep Pink #E5128C

Tints of Deep Pink #E5128C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 59.17%
G = 4.65%
B = 36.18%

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

#E5128C (or 0xE5128C) is known color: Deep Pink. HEX triplet: E5, 12 and 8C. RGB value is (229,18,140). Sum of RGB (Red+Green+Blue) = 229+18+140=387 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.17% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 229 - color contains mainly: red. Hex color #E5128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5128C is #1AED73. Grayscale: #5E5E5E. Windows color (decimal): -1764724 or 9179877. OLE color: 9179877.

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

Color convert

RGB 229 18 140 -
CMYK 0 0.92 0.39 0.10
HSL 325.31º 0.85% 0.48% -
HSV(B) 325.31º 0.92% 0.9% -
XYZ 37.26 18.98 26.51 -
YUV 95 153.4 223.58 -
System Red Green Blue C M Y K H S L
Decimal 229 18 140 0 0.92 0.39 0.10 325.31 0.85 0.48
Hex E5 12 8C 0 5C 27 A 145 55 30
Octal 345 22 214 0 134 47 12 505 125 60
Binary 11100101 10010 10001100 0 1011100 100111 1010 101000101 1010101 110000

Color Harmonies of #E5128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5128C

Black with #E5128C

Text Example


Text Example

White with #E5128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5128C; }

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

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

background-color css

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

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

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

border-color css

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

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

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