Html Css Color HEX #E8138B Deep Pink

📋 copy color: '#E8138B'

red 232 ◦ green 19 ◦ blue 139

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

Shades of Deep Pink #E8138B

Tints of Deep Pink #E8138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.87%

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

R = 59.49%
G = 4.87%
B = 35.64%

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

#E8138B (or 0xE8138B) is known color: Deep Pink. HEX triplet: E8, 13 and 8B. RGB value is (232,19,139). Sum of RGB (Red+Green+Blue) = 232+19+139=390 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.49% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 232 - color contains mainly: red. Hex color #E8138B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8138B is #17EC74. Grayscale: #606060. Windows color (decimal): -1567861 or 9114600. OLE color: 9114600.

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

Color convert

RGB 232 19 139 -
CMYK 0 0.92 0.40 0.09
HSL 326.2º 0.85% 0.49% -
HSV(B) 326.2º 0.92% 0.91% -
XYZ 38.17 19.49 26.18 -
YUV 96.37 152.07 224.74 -
System Red Green Blue C M Y K H S L
Decimal 232 19 139 0 0.92 0.40 0.09 326.2 0.85 0.49
Hex E8 13 8B 0 5C 28 9 146 55 31
Octal 350 23 213 0 134 50 11 506 125 61
Binary 11101000 10011 10001011 0 1011100 101000 1001 101000110 1010101 110001

Color Harmonies of #E8138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8138B

Black with #E8138B

Text Example


Text Example

White with #E8138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8138B; }

 p { color: rgb(232,19,139); }

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

background-color css

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

 a { background-color: rgb(232,19,139); }

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

border-color css

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

 span { border-color: rgb(232,19,139); }

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