Html Css Color HEX #E5508D Dark Pink

📋 copy color: '#E5508D'

red 229 ◦ green 80 ◦ blue 141

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

Shades of Dark Pink #E5508D

Tints of Dark Pink #E5508D

RGB

 RED value IS 229 (89.84% from 255) = 50.89%

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

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

R = 50.89%
G = 17.78%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5508D (or 0xE5508D) is known color: Dark Pink. HEX triplet: E5, 50 and 8D. RGB value is (229,80,141). Sum of RGB (Red+Green+Blue) = 229+80+141=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E5508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5508D is #1AAF72. Grayscale: #838383. Windows color (decimal): -1748851 or 9261285. OLE color: 9261285.

HSL color Cylindrical-coordinate representation of color #E5508D: hue angle of 335.44º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5508D is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 80 141 -
CMYK 0 0.65 0.38 0.10
HSL 335.44º 0.74% 0.61% -
HSV(B) 335.44º 0.65% 0.9% -
XYZ 39.99 24.32 27.79 -
YUV 131.51 133.36 197.54 -
System Red Green Blue C M Y K H S L
Decimal 229 80 141 0 0.65 0.38 0.10 335.44 0.74 0.61
Hex E5 50 8D 0 41 26 A 14F 4A 3D
Octal 345 120 215 0 101 46 12 517 112 75
Binary 11100101 1010000 10001101 0 1000001 100110 1010 101001111 1001010 111101

Color Harmonies of #E5508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5508D

Black with #E5508D

Text Example


Text Example

White with #E5508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5508D; }

 p { color: rgb(229,80,141); }

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

background-color css

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

 a { background-color: rgb(229,80,141); }

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

border-color css

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

 span { border-color: rgb(229,80,141); }

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