Html Css Color HEX #E5138F Deep Pink

📋 copy color: '#E5138F'

red 229 ◦ green 19 ◦ blue 143

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

Shades of Deep Pink #E5138F

Tints of Deep Pink #E5138F

RGB

 RED value IS 229 (89.84% from 255) = 58.57%

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

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

R = 58.57%
G = 4.86%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5138F (or 0xE5138F) is known color: Deep Pink. HEX triplet: E5, 13 and 8F. RGB value is (229,19,143). Sum of RGB (Red+Green+Blue) = 229+19+143=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E5138F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5138F is #1AEC70. Grayscale: #5F5F5F. Windows color (decimal): -1764465 or 9376741. OLE color: 9376741.

HSL color Cylindrical-coordinate representation of color #E5138F: hue angle of 324.57º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5138F is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 19 143 -
CMYK 0 0.92 0.38 0.10
HSL 324.57º 0.85% 0.49% -
HSV(B) 324.57º 0.92% 0.9% -
XYZ 37.5 19.11 27.7 -
YUV 95.93 154.57 222.92 -
System Red Green Blue C M Y K H S L
Decimal 229 19 143 0 0.92 0.38 0.10 324.57 0.85 0.49
Hex E5 13 8F 0 5C 26 A 145 55 31
Octal 345 23 217 0 134 46 12 505 125 61
Binary 11100101 10011 10001111 0 1011100 100110 1010 101000101 1010101 110001

Color Harmonies of #E5138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5138F

Black with #E5138F

Text Example


Text Example

White with #E5138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5138F; }

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

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

background-color css

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

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

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

border-color css

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

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

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