Html Css Color HEX #E8507D Dark Pink

📋 copy color: '#E8507D'

red 232 ◦ green 80 ◦ blue 125

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

Shades of Dark Pink #E8507D

Tints of Dark Pink #E8507D

RGB

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

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

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

R = 53.09%
G = 18.31%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E8507D (or 0xE8507D) is known color: Dark Pink. HEX triplet: E8, 50 and 7D. RGB value is (232,80,125). Sum of RGB (Red+Green+Blue) = 232+80+125=437 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.09% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 232 - color contains mainly: red. Hex color #E8507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8507D is #17AF82. Grayscale: #828282. Windows color (decimal): -1552259 or 8212712. OLE color: 8212712.

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

Color convert

RGB 232 80 125 -
CMYK 0 0.66 0.46 0.09
HSL 342.24º 0.77% 0.61% -
HSV(B) 342.24º 0.66% 0.91% -
XYZ 39.85 24.37 22.01 -
YUV 130.58 124.86 200.34 -
System Red Green Blue C M Y K H S L
Decimal 232 80 125 0 0.66 0.46 0.09 342.24 0.77 0.61
Hex E8 50 7D 0 42 2E 9 156 4D 3D
Octal 350 120 175 0 102 56 11 526 115 75
Binary 11101000 1010000 1111101 0 1000010 101110 1001 101010110 1001101 111101

Color Harmonies of #E8507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8507D

Black with #E8507D

Text Example


Text Example

White with #E8507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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