Html Css Color HEX #E8128D Deep Pink

📋 copy color: '#E8128D'

red 232 ◦ green 18 ◦ blue 141

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

Shades of Deep Pink #E8128D

Tints of Deep Pink #E8128D

RGB

 RED value IS 232 (91.02% from 255) = 59.34%

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

 BLUE value IS 141 (55.47% from 255) = 36.06%

R = 59.34%
G = 4.6%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E8128D (or 0xE8128D) is known color: Deep Pink. HEX triplet: E8, 12 and 8D. RGB value is (232,18,141). Sum of RGB (Red+Green+Blue) = 232+18+141=391 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.34% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 232 - color contains mainly: red. Hex color #E8128D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8128D is #17ED72. Grayscale: #5F5F5F. Windows color (decimal): -1568115 or 9245416. OLE color: 9245416.

HSL color Cylindrical-coordinate representation of color #E8128D: hue angle of 325.51º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8128D is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 18 141 -
CMYK 0 0.92 0.39 0.09
HSL 325.51º 0.86% 0.49% -
HSV(B) 325.51º 0.92% 0.91% -
XYZ 38.3 19.51 26.95 -
YUV 96.01 153.4 225 -
System Red Green Blue C M Y K H S L
Decimal 232 18 141 0 0.92 0.39 0.09 325.51 0.86 0.49
Hex E8 12 8D 0 5C 27 9 146 56 31
Octal 350 22 215 0 134 47 11 506 126 61
Binary 11101000 10010 10001101 0 1011100 100111 1001 101000110 1010110 110001

Color Harmonies of #E8128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8128D

Black with #E8128D

Text Example


Text Example

White with #E8128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8128D; }

 p { color: rgb(232,18,141); }

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

background-color css

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

 a { background-color: rgb(232,18,141); }

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

border-color css

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

 span { border-color: rgb(232,18,141); }

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