Html Css Color HEX #E5138B Deep Pink

📋 copy color: '#E5138B'

red 229 ◦ green 19 ◦ blue 139

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

Shades of Deep Pink #E5138B

Tints of Deep Pink #E5138B

RGB

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

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

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

R = 59.17%
G = 4.91%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E5138B (or 0xE5138B) is known color: Deep Pink. HEX triplet: E5, 13 and 8B. RGB value is (229,19,139). Sum of RGB (Red+Green+Blue) = 229+19+139=387 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.17% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 229 - color contains mainly: red. Hex color #E5138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5138B is #1AEC74. Grayscale: #5F5F5F. Windows color (decimal): -1764469 or 9114597. OLE color: 9114597.

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

Color convert

RGB 229 19 139 -
CMYK 0 0.92 0.39 0.10
HSL 325.71º 0.85% 0.49% -
HSV(B) 325.71º 0.92% 0.9% -
XYZ 37.21 18.99 26.13 -
YUV 95.47 152.57 223.24 -
System Red Green Blue C M Y K H S L
Decimal 229 19 139 0 0.92 0.39 0.10 325.71 0.85 0.49
Hex E5 13 8B 0 5C 27 A 146 55 31
Octal 345 23 213 0 134 47 12 506 125 61
Binary 11100101 10011 10001011 0 1011100 100111 1010 101000110 1010101 110001

Color Harmonies of #E5138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5138B

Black with #E5138B

Text Example


Text Example

White with #E5138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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