Html Css Color HEX #E8138D Deep Pink

📋 copy color: '#E8138D'

red 232 ◦ green 19 ◦ blue 141

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

Shades of Deep Pink #E8138D

Tints of Deep Pink #E8138D

RGB

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

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

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

R = 59.18%
G = 4.85%
B = 35.97%

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

#E8138D (or 0xE8138D) is known color: Deep Pink. HEX triplet: E8, 13 and 8D. RGB value is (232,19,141). Sum of RGB (Red+Green+Blue) = 232+19+141=392 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.18% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 232 - color contains mainly: red. Hex color #E8138D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8138D is #17EC72. Grayscale: #606060. Windows color (decimal): -1567859 or 9245672. OLE color: 9245672.

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

Color convert

RGB 232 19 141 -
CMYK 0 0.92 0.39 0.09
HSL 325.63º 0.85% 0.49% -
HSV(B) 325.63º 0.92% 0.91% -
XYZ 38.32 19.54 26.95 -
YUV 96.6 153.07 224.58 -
System Red Green Blue C M Y K H S L
Decimal 232 19 141 0 0.92 0.39 0.09 325.63 0.85 0.49
Hex E8 13 8D 0 5C 27 9 146 55 31
Octal 350 23 215 0 134 47 11 506 125 61
Binary 11101000 10011 10001101 0 1011100 100111 1001 101000110 1010101 110001

Color Harmonies of #E8138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8138D

Black with #E8138D

Text Example


Text Example

White with #E8138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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