Html Css Color HEX #E8507C Dark Pink

📋 copy color: '#E8507C'

red 232 ◦ green 80 ◦ blue 124

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

Shades of Dark Pink #E8507C

Tints of Dark Pink #E8507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.35%

 BLUE value IS 124 (48.83% from 255) = 28.44%

R = 53.21%
G = 18.35%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E8507C (or 0xE8507C) is known color: Dark Pink. HEX triplet: E8, 50 and 7C. RGB value is (232,80,124). Sum of RGB (Red+Green+Blue) = 232+80+124=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E8507C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8507C is #17AF83. Grayscale: #828282. Windows color (decimal): -1552260 or 8147176. OLE color: 8147176.

HSL color Cylindrical-coordinate representation of color #E8507C: hue angle of 342.63º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8507C is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 80 124 -
CMYK 0 0.66 0.47 0.09
HSL 342.63º 0.77% 0.61% -
HSV(B) 342.63º 0.66% 0.91% -
XYZ 39.79 24.35 21.67 -
YUV 130.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 232 80 124 0 0.66 0.47 0.09 342.63 0.77 0.61
Hex E8 50 7C 0 42 2F 9 157 4D 3D
Octal 350 120 174 0 102 57 11 527 115 75
Binary 11101000 1010000 1111100 0 1000010 101111 1001 101010111 1001101 111101

Color Harmonies of #E8507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8507C

Black with #E8507C

Text Example


Text Example

White with #E8507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8507C; }

 p { color: rgb(232,80,124); }

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

background-color css

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

 a { background-color: rgb(232,80,124); }

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

border-color css

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

 span { border-color: rgb(232,80,124); }

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