Html Css Color HEX #E1528A Dark Pink

📋 copy color: '#E1528A'

red 225 ◦ green 82 ◦ blue 138

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

Shades of Dark Pink #E1528A

Tints of Dark Pink #E1528A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.01%

R = 50.56%
G = 18.43%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E1528A (or 0xE1528A) is known color: Dark Pink. HEX triplet: E1, 52 and 8A. RGB value is (225,82,138). Sum of RGB (Red+Green+Blue) = 225+82+138=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E1528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1528A is #1EAD75. Grayscale: #838383. Windows color (decimal): -2010486 or 9065185. OLE color: 9065185.

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

Color convert

RGB 225 82 138 -
CMYK 0 0.64 0.39 0.12
HSL 336.5º 0.7% 0.6% -
HSV(B) 336.5º 0.64% 0.88% -
XYZ 38.66 23.88 26.62 -
YUV 131.14 131.88 194.95 -
System Red Green Blue C M Y K H S L
Decimal 225 82 138 0 0.64 0.39 0.12 336.5 0.7 0.6
Hex E1 52 8A 0 40 27 C 151 46 3C
Octal 341 122 212 0 100 47 14 521 106 74
Binary 11100001 1010010 10001010 0 1000000 100111 1100 101010001 1000110 111100

Color Harmonies of #E1528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1528A

Black with #E1528A

Text Example


Text Example

White with #E1528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1528A; }

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

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

background-color css

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

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

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

border-color css

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

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

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