Html Css Color HEX #E7528B Dark Pink

📋 copy color: '#E7528B'

red 231 ◦ green 82 ◦ blue 139

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

Shades of Dark Pink #E7528B

Tints of Dark Pink #E7528B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.75%

R = 51.11%
G = 18.14%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E7528B (or 0xE7528B) is known color: Dark Pink. HEX triplet: E7, 52 and 8B. RGB value is (231,82,139). Sum of RGB (Red+Green+Blue) = 231+82+139=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E7528B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7528B is #18AD74. Grayscale: #848484. Windows color (decimal): -1617269 or 9130727. OLE color: 9130727.

HSL color Cylindrical-coordinate representation of color #E7528B: hue angle of 337.05º 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 #E7528B is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 82 139 -
CMYK 0 0.65 0.40 0.09
HSL 337.05º 0.76% 0.61% -
HSV(B) 337.05º 0.65% 0.91% -
XYZ 40.63 24.89 27.09 -
YUV 133.05 131.36 197.87 -
System Red Green Blue C M Y K H S L
Decimal 231 82 139 0 0.65 0.40 0.09 337.05 0.76 0.61
Hex E7 52 8B 0 41 28 9 151 4C 3D
Octal 347 122 213 0 101 50 11 521 114 75
Binary 11100111 1010010 10001011 0 1000001 101000 1001 101010001 1001100 111101

Color Harmonies of #E7528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7528B

Black with #E7528B

Text Example


Text Example

White with #E7528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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