Html Css Color HEX #E7128B Deep Pink

📋 copy color: '#E7128B'

red 231 ◦ green 18 ◦ blue 139

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

Shades of Deep Pink #E7128B

Tints of Deep Pink #E7128B

RGB

 RED value IS 231 (90.63% from 255) = 59.54%

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

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

R = 59.54%
G = 4.64%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E7128B (or 0xE7128B) is known color: Deep Pink. HEX triplet: E7, 12 and 8B. RGB value is (231,18,139). Sum of RGB (Red+Green+Blue) = 231+18+139=388 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.54% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 231 - color contains mainly: red. Hex color #E7128B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7128B is #18ED74. Grayscale: #5F5F5F. Windows color (decimal): -1633653 or 9114343. OLE color: 9114343.

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

Color convert

RGB 231 18 139 -
CMYK 0 0.92 0.40 0.09
HSL 325.92º 0.86% 0.49% -
HSV(B) 325.92º 0.92% 0.91% -
XYZ 37.83 19.29 26.15 -
YUV 95.48 152.57 224.66 -
System Red Green Blue C M Y K H S L
Decimal 231 18 139 0 0.92 0.40 0.09 325.92 0.86 0.49
Hex E7 12 8B 0 5C 28 9 146 56 31
Octal 347 22 213 0 134 50 11 506 126 61
Binary 11100111 10010 10001011 0 1011100 101000 1001 101000110 1010110 110001

Color Harmonies of #E7128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7128B

Black with #E7128B

Text Example


Text Example

White with #E7128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7128B; }

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

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

background-color css

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

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

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

border-color css

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

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

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