Html Css Color HEX #E8547D Dark Pink

📋 copy color: '#E8547D'

red 232 ◦ green 84 ◦ blue 125

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

Shades of Dark Pink #E8547D

Tints of Dark Pink #E8547D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.05%

 BLUE value IS 125 (49.22% from 255) = 28.34%

R = 52.61%
G = 19.05%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E8547D (or 0xE8547D) is known color: Dark Pink. HEX triplet: E8, 54 and 7D. RGB value is (232,84,125). Sum of RGB (Red+Green+Blue) = 232+84+125=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E8547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8547D is #17AB82. Grayscale: #848484. Windows color (decimal): -1551235 or 8213736. OLE color: 8213736.

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

Color convert

RGB 232 84 125 -
CMYK 0 0.64 0.46 0.09
HSL 343.38º 0.76% 0.62% -
HSV(B) 343.38º 0.64% 0.91% -
XYZ 40.15 24.98 22.11 -
YUV 132.93 123.53 198.67 -
System Red Green Blue C M Y K H S L
Decimal 232 84 125 0 0.64 0.46 0.09 343.38 0.76 0.62
Hex E8 54 7D 0 40 2E 9 157 4C 3E
Octal 350 124 175 0 100 56 11 527 114 76
Binary 11101000 1010100 1111101 0 1000000 101110 1001 101010111 1001100 111110

Color Harmonies of #E8547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8547D

Black with #E8547D

Text Example


Text Example

White with #E8547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8547D; }

 p { color: rgb(232,84,125); }

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

background-color css

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

 a { background-color: rgb(232,84,125); }

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

border-color css

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

 span { border-color: rgb(232,84,125); }

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