Html Css Color HEX #E8138F Deep Pink

📋 copy color: '#E8138F'

red 232 ◦ green 19 ◦ blue 143

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

Shades of Deep Pink #E8138F

Tints of Deep Pink #E8138F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.29%

R = 58.88%
G = 4.82%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E8138F (or 0xE8138F) is known color: Deep Pink. HEX triplet: E8, 13 and 8F. RGB value is (232,19,143). Sum of RGB (Red+Green+Blue) = 232+19+143=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E8138F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8138F is #17EC70. Grayscale: #606060. Windows color (decimal): -1567857 or 9376744. OLE color: 9376744.

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

Color convert

RGB 232 19 143 -
CMYK 0 0.92 0.38 0.09
HSL 325.07º 0.85% 0.49% -
HSV(B) 325.07º 0.92% 0.91% -
XYZ 38.47 19.6 27.74 -
YUV 96.82 154.07 224.42 -
System Red Green Blue C M Y K H S L
Decimal 232 19 143 0 0.92 0.38 0.09 325.07 0.85 0.49
Hex E8 13 8F 0 5C 26 9 145 55 31
Octal 350 23 217 0 134 46 11 505 125 61
Binary 11101000 10011 10001111 0 1011100 100110 1001 101000101 1010101 110001

Color Harmonies of #E8138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8138F

Black with #E8138F

Text Example


Text Example

White with #E8138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8138F; }

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

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

background-color css

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

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

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

border-color css

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

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

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