Html Css Color HEX #E7528D Dark Pink

📋 copy color: '#E7528D'

red 231 ◦ green 82 ◦ blue 141

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

Shades of Dark Pink #E7528D

Tints of Dark Pink #E7528D

RGB

 RED value IS 231 (90.63% from 255) = 50.88%

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

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

R = 50.88%
G = 18.06%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E7528D (or 0xE7528D) is known color: Dark Pink. HEX triplet: E7, 52 and 8D. RGB value is (231,82,141). Sum of RGB (Red+Green+Blue) = 231+82+141=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E7528D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7528D is #18AD72. Grayscale: #858585. Windows color (decimal): -1617267 or 9261799. OLE color: 9261799.

HSL color Cylindrical-coordinate representation of color #E7528D: hue angle of 336.24º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7528D is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 82 141 -
CMYK 0 0.65 0.39 0.09
HSL 336.24º 0.76% 0.61% -
HSV(B) 336.24º 0.65% 0.91% -
XYZ 40.78 24.95 27.87 -
YUV 133.28 132.36 197.7 -
System Red Green Blue C M Y K H S L
Decimal 231 82 141 0 0.65 0.39 0.09 336.24 0.76 0.61
Hex E7 52 8D 0 41 27 9 150 4C 3D
Octal 347 122 215 0 101 47 11 520 114 75
Binary 11100111 1010010 10001101 0 1000001 100111 1001 101010000 1001100 111101

Color Harmonies of #E7528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7528D

Black with #E7528D

Text Example


Text Example

White with #E7528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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