Html Css Color HEX #E1498C Dark Pink

📋 copy color: '#E1498C'

red 225 ◦ green 73 ◦ blue 140

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

Shades of Dark Pink #E1498C

Tints of Dark Pink #E1498C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.96%

R = 51.37%
G = 16.67%
B = 31.96%

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

#E1498C (or 0xE1498C) is known color: Dark Pink. HEX triplet: E1, 49 and 8C. RGB value is (225,73,140). Sum of RGB (Red+Green+Blue) = 225+73+140=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E1498C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1498C is #1EB673. Grayscale: #7D7D7D. Windows color (decimal): -2012788 or 9193953. OLE color: 9193953.

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

Color convert

RGB 225 73 140 -
CMYK 0 0.68 0.38 0.12
HSL 333.55º 0.72% 0.58% -
HSV(B) 333.55º 0.68% 0.88% -
XYZ 38.17 22.67 27.17 -
YUV 126.09 135.86 198.55 -
System Red Green Blue C M Y K H S L
Decimal 225 73 140 0 0.68 0.38 0.12 333.55 0.72 0.58
Hex E1 49 8C 0 44 26 C 14E 48 3A
Octal 341 111 214 0 104 46 14 516 110 72
Binary 11100001 1001001 10001100 0 1000100 100110 1100 101001110 1001000 111010

Color Harmonies of #E1498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1498C

Black with #E1498C

Text Example


Text Example

White with #E1498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1498C; }

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

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

background-color css

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

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

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

border-color css

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

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

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