Html Css Color HEX #E1528E Dark Pink

📋 copy color: '#E1528E'

red 225 ◦ green 82 ◦ blue 142

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

Shades of Dark Pink #E1528E

Tints of Dark Pink #E1528E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.63%

R = 50.11%
G = 18.26%
B = 31.63%

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

#E1528E (or 0xE1528E) is known color: Dark Pink. HEX triplet: E1, 52 and 8E. RGB value is (225,82,142). Sum of RGB (Red+Green+Blue) = 225+82+142=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1528E is #1EAD71. Grayscale: #838383. Windows color (decimal): -2010482 or 9327329. OLE color: 9327329.

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

Color convert

RGB 225 82 142 -
CMYK 0 0.64 0.37 0.12
HSL 334.83º 0.7% 0.6% -
HSV(B) 334.83º 0.64% 0.88% -
XYZ 38.95 24 28.17 -
YUV 131.6 133.88 194.62 -
System Red Green Blue C M Y K H S L
Decimal 225 82 142 0 0.64 0.37 0.12 334.83 0.7 0.6
Hex E1 52 8E 0 40 25 C 14F 46 3C
Octal 341 122 216 0 100 45 14 517 106 74
Binary 11100001 1010010 10001110 0 1000000 100101 1100 101001111 1000110 111100

Color Harmonies of #E1528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1528E

Black with #E1528E

Text Example


Text Example

White with #E1528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1528E; }

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

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

background-color css

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

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

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

border-color css

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

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

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