Html Css Color HEX #E8528C Dark Pink

📋 copy color: '#E8528C'

red 232 ◦ green 82 ◦ blue 140

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

Shades of Dark Pink #E8528C

Tints of Dark Pink #E8528C

RGB

 RED value IS 232 (91.02% from 255) = 51.1%

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

 BLUE value IS 140 (55.08% from 255) = 30.84%

R = 51.1%
G = 18.06%
B = 30.84%

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

#E8528C (or 0xE8528C) is known color: Dark Pink. HEX triplet: E8, 52 and 8C. RGB value is (232,82,140). Sum of RGB (Red+Green+Blue) = 232+82+140=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E8528C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8528C is #17AD73. Grayscale: #858585. Windows color (decimal): -1551732 or 9196264. OLE color: 9196264.

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

Color convert

RGB 232 82 140 -
CMYK 0 0.65 0.40 0.09
HSL 336.8º 0.77% 0.62% -
HSV(B) 336.8º 0.65% 0.91% -
XYZ 41.03 25.08 27.49 -
YUV 133.46 131.7 198.28 -
System Red Green Blue C M Y K H S L
Decimal 232 82 140 0 0.65 0.40 0.09 336.8 0.77 0.62
Hex E8 52 8C 0 41 28 9 151 4D 3E
Octal 350 122 214 0 101 50 11 521 115 76
Binary 11101000 1010010 10001100 0 1000001 101000 1001 101010001 1001101 111110

Color Harmonies of #E8528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8528C

Black with #E8528C

Text Example


Text Example

White with #E8528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8528C; }

 p { color: rgb(232,82,140); }

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

background-color css

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

 a { background-color: rgb(232,82,140); }

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

border-color css

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

 span { border-color: rgb(232,82,140); }

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