Html Css Color HEX #E1488B Dark Pink

📋 copy color: '#E1488B'

red 225 ◦ green 72 ◦ blue 139

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

Shades of Dark Pink #E1488B

Tints of Dark Pink #E1488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.51%

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

R = 51.61%
G = 16.51%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1488B (or 0xE1488B) is known color: Dark Pink. HEX triplet: E1, 48 and 8B. RGB value is (225,72,139). Sum of RGB (Red+Green+Blue) = 225+72+139=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1488B is #1EB774. Grayscale: #7D7D7D. Windows color (decimal): -2013045 or 9128161. OLE color: 9128161.

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

Color convert

RGB 225 72 139 -
CMYK 0 0.68 0.38 0.12
HSL 333.73º 0.72% 0.58% -
HSV(B) 333.73º 0.68% 0.88% -
XYZ 38.03 22.51 26.77 -
YUV 125.39 135.69 199.05 -
System Red Green Blue C M Y K H S L
Decimal 225 72 139 0 0.68 0.38 0.12 333.73 0.72 0.58
Hex E1 48 8B 0 44 26 C 14E 48 3A
Octal 341 110 213 0 104 46 14 516 110 72
Binary 11100001 1001000 10001011 0 1000100 100110 1100 101001110 1001000 111010

Color Harmonies of #E1488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1488B

Black with #E1488B

Text Example


Text Example

White with #E1488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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