Html Css Color HEX #E5138A Deep Pink

📋 copy color: '#E5138A'

red 229 ◦ green 19 ◦ blue 138

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

Shades of Deep Pink #E5138A

Tints of Deep Pink #E5138A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.75%

R = 59.33%
G = 4.92%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E5138A (or 0xE5138A) is known color: Deep Pink. HEX triplet: E5, 13 and 8A. RGB value is (229,19,138). Sum of RGB (Red+Green+Blue) = 229+19+138=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E5138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5138A is #1AEC75. Grayscale: #5F5F5F. Windows color (decimal): -1764470 or 9049061. OLE color: 9049061.

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

Color convert

RGB 229 19 138 -
CMYK 0 0.92 0.40 0.10
HSL 326º 0.85% 0.49% -
HSV(B) 326º 0.92% 0.9% -
XYZ 37.13 18.96 25.75 -
YUV 95.36 152.07 223.32 -
System Red Green Blue C M Y K H S L
Decimal 229 19 138 0 0.92 0.40 0.10 326 0.85 0.49
Hex E5 13 8A 0 5C 28 A 146 55 31
Octal 345 23 212 0 134 50 12 506 125 61
Binary 11100101 10011 10001010 0 1011100 101000 1010 101000110 1010101 110001

Color Harmonies of #E5138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5138A

Black with #E5138A

Text Example


Text Example

White with #E5138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5138A; }

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

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

background-color css

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

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

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

border-color css

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

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

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