Html Css Color HEX #E8128A Deep Pink

📋 copy color: '#E8128A'

red 232 ◦ green 18 ◦ blue 138

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

Shades of Deep Pink #E8128A

Tints of Deep Pink #E8128A

RGB

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

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

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

R = 59.79%
G = 4.64%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E8128A (or 0xE8128A) is known color: Deep Pink. HEX triplet: E8, 12 and 8A. RGB value is (232,18,138). Sum of RGB (Red+Green+Blue) = 232+18+138=388 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.79% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 232 - color contains mainly: red. Hex color #E8128A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8128A is #17ED75. Grayscale: #5F5F5F. Windows color (decimal): -1568118 or 9048808. OLE color: 9048808.

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

Color convert

RGB 232 18 138 -
CMYK 0 0.92 0.41 0.09
HSL 326.36º 0.86% 0.49% -
HSV(B) 326.36º 0.92% 0.91% -
XYZ 38.08 19.42 25.79 -
YUV 95.67 151.9 225.24 -
System Red Green Blue C M Y K H S L
Decimal 232 18 138 0 0.92 0.41 0.09 326.36 0.86 0.49
Hex E8 12 8A 0 5C 29 9 146 56 31
Octal 350 22 212 0 134 51 11 506 126 61
Binary 11101000 10010 10001010 0 1011100 101001 1001 101000110 1010110 110001

Color Harmonies of #E8128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8128A

Black with #E8128A

Text Example


Text Example

White with #E8128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8128A; }

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

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

background-color css

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

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

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

border-color css

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

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

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