Html Css Color HEX #E8538C Dark Pink

📋 copy color: '#E8538C'

red 232 ◦ green 83 ◦ blue 140

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

Shades of Dark Pink #E8538C

Tints of Dark Pink #E8538C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.77%

R = 50.99%
G = 18.24%
B = 30.77%

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

#E8538C (or 0xE8538C) is known color: Dark Pink. HEX triplet: E8, 53 and 8C. RGB value is (232,83,140). Sum of RGB (Red+Green+Blue) = 232+83+140=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E8538C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8538C is #17AC73. Grayscale: #858585. Windows color (decimal): -1551476 or 9196520. OLE color: 9196520.

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

Color convert

RGB 232 83 140 -
CMYK 0 0.64 0.40 0.09
HSL 337.05º 0.76% 0.62% -
HSV(B) 337.05º 0.64% 0.91% -
XYZ 41.11 25.24 27.52 -
YUV 134.05 131.36 197.87 -
System Red Green Blue C M Y K H S L
Decimal 232 83 140 0 0.64 0.40 0.09 337.05 0.76 0.62
Hex E8 53 8C 0 40 28 9 151 4C 3E
Octal 350 123 214 0 100 50 11 521 114 76
Binary 11101000 1010011 10001100 0 1000000 101000 1001 101010001 1001100 111110

Color Harmonies of #E8538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8538C

Black with #E8538C

Text Example


Text Example

White with #E8538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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