Html Css Color HEX #E1528D Dark Pink

📋 copy color: '#E1528D'

red 225 ◦ green 82 ◦ blue 141

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

Shades of Dark Pink #E1528D

Tints of Dark Pink #E1528D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.3%

 BLUE value IS 141 (55.47% from 255) = 31.47%

R = 50.22%
G = 18.3%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1528D (or 0xE1528D) is known color: Dark Pink. HEX triplet: E1, 52 and 8D. RGB value is (225,82,141). Sum of RGB (Red+Green+Blue) = 225+82+141=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1528D is #1EAD72. Grayscale: #838383. Windows color (decimal): -2010483 or 9261793. OLE color: 9261793.

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

Color convert

RGB 225 82 141 -
CMYK 0 0.64 0.37 0.12
HSL 335.24º 0.7% 0.6% -
HSV(B) 335.24º 0.64% 0.88% -
XYZ 38.88 23.97 27.78 -
YUV 131.48 133.38 194.7 -
System Red Green Blue C M Y K H S L
Decimal 225 82 141 0 0.64 0.37 0.12 335.24 0.7 0.6
Hex E1 52 8D 0 40 25 C 14F 46 3C
Octal 341 122 215 0 100 45 14 517 106 74
Binary 11100001 1010010 10001101 0 1000000 100101 1100 101001111 1000110 111100

Color Harmonies of #E1528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1528D

Black with #E1528D

Text Example


Text Example

White with #E1528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1528D; }

 p { color: rgb(225,82,141); }

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

background-color css

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

 a { background-color: rgb(225,82,141); }

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

border-color css

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

 span { border-color: rgb(225,82,141); }

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