Html Css Color HEX #E8538D Dark Pink

📋 copy color: '#E8538D'

red 232 ◦ green 83 ◦ blue 141

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

Shades of Dark Pink #E8538D

Tints of Dark Pink #E8538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.2%

 BLUE value IS 141 (55.47% from 255) = 30.92%

R = 50.88%
G = 18.2%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E8538D (or 0xE8538D) is known color: Dark Pink. HEX triplet: E8, 53 and 8D. RGB value is (232,83,141). Sum of RGB (Red+Green+Blue) = 232+83+141=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E8538D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8538D is #17AC72. Grayscale: #868686. Windows color (decimal): -1551475 or 9262056. OLE color: 9262056.

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

Color convert

RGB 232 83 141 -
CMYK 0 0.64 0.39 0.09
HSL 336.64º 0.76% 0.62% -
HSV(B) 336.64º 0.64% 0.91% -
XYZ 41.18 25.27 27.91 -
YUV 134.16 131.86 197.78 -
System Red Green Blue C M Y K H S L
Decimal 232 83 141 0 0.64 0.39 0.09 336.64 0.76 0.62
Hex E8 53 8D 0 40 27 9 151 4C 3E
Octal 350 123 215 0 100 47 11 521 114 76
Binary 11101000 1010011 10001101 0 1000000 100111 1001 101010001 1001100 111110

Color Harmonies of #E8538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8538D

Black with #E8538D

Text Example


Text Example

White with #E8538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8538D; }

 p { color: rgb(232,83,141); }

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

background-color css

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

 a { background-color: rgb(232,83,141); }

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

border-color css

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

 span { border-color: rgb(232,83,141); }

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