Html Css Color HEX #E1558B Dark Pink

📋 copy color: '#E1558B'

red 225 ◦ green 85 ◦ blue 139

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

Shades of Dark Pink #E1558B

Tints of Dark Pink #E1558B

RGB

 RED value IS 225 (88.28% from 255) = 50.11%

 GREEN value IS 85 (33.59% from 255) = 18.93%

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

R = 50.11%
G = 18.93%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1558B (or 0xE1558B) is known color: Dark Pink. HEX triplet: E1, 55 and 8B. RGB value is (225,85,139). Sum of RGB (Red+Green+Blue) = 225+85+139=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1558B is #1EAA74. Grayscale: #848484. Windows color (decimal): -2009717 or 9131489. OLE color: 9131489.

HSL color Cylindrical-coordinate representation of color #E1558B: hue angle of 336.86º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E1558B is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 85 139 -
CMYK 0 0.62 0.38 0.12
HSL 336.86º 0.7% 0.61% -
HSV(B) 336.86º 0.62% 0.88% -
XYZ 38.96 24.37 27.08 -
YUV 133.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 225 85 139 0 0.62 0.38 0.12 336.86 0.7 0.61
Hex E1 55 8B 0 3E 26 C 151 46 3D
Octal 341 125 213 0 76 46 14 521 106 75
Binary 11100001 1010101 10001011 0 111110 100110 1100 101010001 1000110 111101

Color Harmonies of #E1558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1558B

Black with #E1558B

Text Example


Text Example

White with #E1558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1558B; }

 p { color: rgb(225,85,139); }

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

background-color css

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

 a { background-color: rgb(225,85,139); }

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

border-color css

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

 span { border-color: rgb(225,85,139); }

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