Html Css Color HEX #E8528E Dark Pink

📋 copy color: '#E8528E'

red 232 ◦ green 82 ◦ blue 142

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

Shades of Dark Pink #E8528E

Tints of Dark Pink #E8528E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.14%

R = 50.88%
G = 17.98%
B = 31.14%

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

#E8528E (or 0xE8528E) is known color: Dark Pink. HEX triplet: E8, 52 and 8E. RGB value is (232,82,142). Sum of RGB (Red+Green+Blue) = 232+82+142=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E8528E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8528E is #17AD71. Grayscale: #858585. Windows color (decimal): -1551730 or 9327336. OLE color: 9327336.

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

Color convert

RGB 232 82 142 -
CMYK 0 0.65 0.39 0.09
HSL 336º 0.77% 0.62% -
HSV(B) 336º 0.65% 0.91% -
XYZ 41.18 25.14 28.27 -
YUV 133.69 132.7 198.12 -
System Red Green Blue C M Y K H S L
Decimal 232 82 142 0 0.65 0.39 0.09 336 0.77 0.62
Hex E8 52 8E 0 41 27 9 150 4D 3E
Octal 350 122 216 0 101 47 11 520 115 76
Binary 11101000 1010010 10001110 0 1000001 100111 1001 101010000 1001101 111110

Color Harmonies of #E8528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8528E

Black with #E8528E

Text Example


Text Example

White with #E8528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8528E; }

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

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

background-color css

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

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

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

border-color css

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

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

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