Html Css Color HEX #E7528A Dark Pink

📋 copy color: '#E7528A'

red 231 ◦ green 82 ◦ blue 138

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

Shades of Dark Pink #E7528A

Tints of Dark Pink #E7528A

RGB

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

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

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

R = 51.22%
G = 18.18%
B = 30.6%

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

#E7528A (or 0xE7528A) is known color: Dark Pink. HEX triplet: E7, 52 and 8A. RGB value is (231,82,138). Sum of RGB (Red+Green+Blue) = 231+82+138=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E7528A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7528A is #18AD75. Grayscale: #848484. Windows color (decimal): -1617270 or 9065191. OLE color: 9065191.

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

Color convert

RGB 231 82 138 -
CMYK 0 0.65 0.40 0.09
HSL 337.45º 0.76% 0.61% -
HSV(B) 337.45º 0.65% 0.91% -
XYZ 40.56 24.86 26.71 -
YUV 132.94 130.86 197.95 -
System Red Green Blue C M Y K H S L
Decimal 231 82 138 0 0.65 0.40 0.09 337.45 0.76 0.61
Hex E7 52 8A 0 41 28 9 151 4C 3D
Octal 347 122 212 0 101 50 11 521 114 75
Binary 11100111 1010010 10001010 0 1000001 101000 1001 101010001 1001100 111101

Color Harmonies of #E7528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7528A

Black with #E7528A

Text Example


Text Example

White with #E7528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7528A; }

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

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

background-color css

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

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

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

border-color css

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

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

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