Html Css Color HEX #E8527E Dark Pink

📋 copy color: '#E8527E'

red 232 ◦ green 82 ◦ blue 126

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

Shades of Dark Pink #E8527E

Tints of Dark Pink #E8527E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.64%

R = 52.73%
G = 18.64%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E8527E (or 0xE8527E) is known color: Dark Pink. HEX triplet: E8, 52 and 7E. RGB value is (232,82,126). Sum of RGB (Red+Green+Blue) = 232+82+126=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E8527E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8527E is #17AD81. Grayscale: #838383. Windows color (decimal): -1551746 or 8278760. OLE color: 8278760.

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

Color convert

RGB 232 82 126 -
CMYK 0 0.65 0.46 0.09
HSL 342.4º 0.77% 0.62% -
HSV(B) 342.4º 0.65% 0.91% -
XYZ 40.06 24.7 22.39 -
YUV 131.87 124.7 199.42 -
System Red Green Blue C M Y K H S L
Decimal 232 82 126 0 0.65 0.46 0.09 342.4 0.77 0.62
Hex E8 52 7E 0 41 2E 9 156 4D 3E
Octal 350 122 176 0 101 56 11 526 115 76
Binary 11101000 1010010 1111110 0 1000001 101110 1001 101010110 1001101 111110

Color Harmonies of #E8527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8527E

Black with #E8527E

Text Example


Text Example

White with #E8527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8527E; }

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

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

background-color css

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

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

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

border-color css

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

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

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