Html Css Color HEX #E5158B Deep Pink

📋 copy color: '#E5158B'

red 229 ◦ green 21 ◦ blue 139

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

Shades of Deep Pink #E5158B

Tints of Deep Pink #E5158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.4%

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

R = 58.87%
G = 5.4%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E5158B (or 0xE5158B) is known color: Deep Pink. HEX triplet: E5, 15 and 8B. RGB value is (229,21,139). Sum of RGB (Red+Green+Blue) = 229+21+139=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E5158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5158B is #1AEA74. Grayscale: #606060. Windows color (decimal): -1763957 or 9115109. OLE color: 9115109.

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

Color convert

RGB 229 21 139 -
CMYK 0 0.91 0.39 0.10
HSL 325.96º 0.83% 0.49% -
HSV(B) 325.96º 0.91% 0.9% -
XYZ 37.24 19.06 26.14 -
YUV 96.64 151.91 222.41 -
System Red Green Blue C M Y K H S L
Decimal 229 21 139 0 0.91 0.39 0.10 325.96 0.83 0.49
Hex E5 15 8B 0 5B 27 A 146 53 31
Octal 345 25 213 0 133 47 12 506 123 61
Binary 11100101 10101 10001011 0 1011011 100111 1010 101000110 1010011 110001

Color Harmonies of #E5158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5158B

Black with #E5158B

Text Example


Text Example

White with #E5158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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