Html Css Color HEX #E8528A Dark Pink

📋 copy color: '#E8528A'

red 232 ◦ green 82 ◦ blue 138

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

Shades of Dark Pink #E8528A

Tints of Dark Pink #E8528A

RGB

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

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

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

R = 51.33%
G = 18.14%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E8528A (or 0xE8528A) is known color: Dark Pink. HEX triplet: E8, 52 and 8A. RGB value is (232,82,138). Sum of RGB (Red+Green+Blue) = 232+82+138=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E8528A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8528A is #17AD75. Grayscale: #858585. Windows color (decimal): -1551734 or 9065192. OLE color: 9065192.

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

Color convert

RGB 232 82 138 -
CMYK 0 0.65 0.41 0.09
HSL 337.6º 0.77% 0.62% -
HSV(B) 337.6º 0.65% 0.91% -
XYZ 40.88 25.03 26.72 -
YUV 133.23 130.7 198.45 -
System Red Green Blue C M Y K H S L
Decimal 232 82 138 0 0.65 0.41 0.09 337.6 0.77 0.62
Hex E8 52 8A 0 41 29 9 152 4D 3E
Octal 350 122 212 0 101 51 11 522 115 76
Binary 11101000 1010010 10001010 0 1000001 101001 1001 101010010 1001101 111110

Color Harmonies of #E8528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8528A

Black with #E8528A

Text Example


Text Example

White with #E8528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8528A; }

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

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

background-color css

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

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

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

border-color css

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

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

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