Html Css Color HEX #E1498B Dark Pink

📋 copy color: '#E1498B'

red 225 ◦ green 73 ◦ blue 139

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

Shades of Dark Pink #E1498B

Tints of Dark Pink #E1498B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.7%

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

R = 51.49%
G = 16.7%
B = 31.81%

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

#E1498B (or 0xE1498B) is known color: Dark Pink. HEX triplet: E1, 49 and 8B. RGB value is (225,73,139). Sum of RGB (Red+Green+Blue) = 225+73+139=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1498B is #1EB674. Grayscale: #7D7D7D. Windows color (decimal): -2012789 or 9128417. OLE color: 9128417.

HSL color Cylindrical-coordinate representation of color #E1498B: hue angle of 333.95º 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 #E1498B is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 73 139 -
CMYK 0 0.68 0.38 0.12
HSL 333.95º 0.72% 0.58% -
HSV(B) 333.95º 0.68% 0.88% -
XYZ 38.09 22.64 26.79 -
YUV 125.97 135.36 198.63 -
System Red Green Blue C M Y K H S L
Decimal 225 73 139 0 0.68 0.38 0.12 333.95 0.72 0.58
Hex E1 49 8B 0 44 26 C 14E 48 3A
Octal 341 111 213 0 104 46 14 516 110 72
Binary 11100001 1001001 10001011 0 1000100 100110 1100 101001110 1001000 111010

Color Harmonies of #E1498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1498B

Black with #E1498B

Text Example


Text Example

White with #E1498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1498B; }

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

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

background-color css

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

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

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

border-color css

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

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

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