Html Css Color HEX #E1548C Dark Pink

📋 copy color: '#E1548C'

red 225 ◦ green 84 ◦ blue 140

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

Shades of Dark Pink #E1548C

Tints of Dark Pink #E1548C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.71%

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

R = 50.11%
G = 18.71%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1548C (or 0xE1548C) is known color: Dark Pink. HEX triplet: E1, 54 and 8C. RGB value is (225,84,140). Sum of RGB (Red+Green+Blue) = 225+84+140=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1548C is #1EAB73. Grayscale: #848484. Windows color (decimal): -2009972 or 9196769. OLE color: 9196769.

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

Color convert

RGB 225 84 140 -
CMYK 0 0.63 0.38 0.12
HSL 336.17º 0.7% 0.61% -
HSV(B) 336.17º 0.63% 0.88% -
XYZ 38.96 24.24 27.44 -
YUV 132.54 132.21 193.95 -
System Red Green Blue C M Y K H S L
Decimal 225 84 140 0 0.63 0.38 0.12 336.17 0.7 0.61
Hex E1 54 8C 0 3F 26 C 150 46 3D
Octal 341 124 214 0 77 46 14 520 106 75
Binary 11100001 1010100 10001100 0 111111 100110 1100 101010000 1000110 111101

Color Harmonies of #E1548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1548C

Black with #E1548C

Text Example


Text Example

White with #E1548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1548C; }

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

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

background-color css

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

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

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

border-color css

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

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

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