Html Css Color HEX #E8538B Dark Pink

📋 copy color: '#E8538B'

red 232 ◦ green 83 ◦ blue 139

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

Shades of Dark Pink #E8538B

Tints of Dark Pink #E8538B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.62%

R = 51.1%
G = 18.28%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E8538B (or 0xE8538B) is known color: Dark Pink. HEX triplet: E8, 53 and 8B. RGB value is (232,83,139). Sum of RGB (Red+Green+Blue) = 232+83+139=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E8538B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8538B is #17AC74. Grayscale: #858585. Windows color (decimal): -1551477 or 9130984. OLE color: 9130984.

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

Color convert

RGB 232 83 139 -
CMYK 0 0.64 0.40 0.09
HSL 337.45º 0.76% 0.62% -
HSV(B) 337.45º 0.64% 0.91% -
XYZ 41.03 25.21 27.13 -
YUV 133.94 130.86 197.95 -
System Red Green Blue C M Y K H S L
Decimal 232 83 139 0 0.64 0.40 0.09 337.45 0.76 0.62
Hex E8 53 8B 0 40 28 9 151 4C 3E
Octal 350 123 213 0 100 50 11 521 114 76
Binary 11101000 1010011 10001011 0 1000000 101000 1001 101010001 1001100 111110

Color Harmonies of #E8538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8538B

Black with #E8538B

Text Example


Text Example

White with #E8538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8538B; }

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

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

background-color css

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

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

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

border-color css

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

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

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