Html Css Color HEX #E5507E Dark Pink

📋 copy color: '#E5507E'

red 229 ◦ green 80 ◦ blue 126

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

Shades of Dark Pink #E5507E

Tints of Dark Pink #E5507E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.97%

R = 52.64%
G = 18.39%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5507E (or 0xE5507E) is known color: Dark Pink. HEX triplet: E5, 50 and 7E. RGB value is (229,80,126). Sum of RGB (Red+Green+Blue) = 229+80+126=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5507E is #1AAF81. Grayscale: #818181. Windows color (decimal): -1748866 or 8278245. OLE color: 8278245.

HSL color Cylindrical-coordinate representation of color #E5507E: hue angle of 341.48º 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 #E5507E is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 80 126 -
CMYK 0 0.65 0.45 0.10
HSL 341.48º 0.74% 0.61% -
HSV(B) 341.48º 0.65% 0.9% -
XYZ 38.95 23.9 22.3 -
YUV 129.8 125.86 198.76 -
System Red Green Blue C M Y K H S L
Decimal 229 80 126 0 0.65 0.45 0.10 341.48 0.74 0.61
Hex E5 50 7E 0 41 2D A 155 4A 3D
Octal 345 120 176 0 101 55 12 525 112 75
Binary 11100101 1010000 1111110 0 1000001 101101 1010 101010101 1001010 111101

Color Harmonies of #E5507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5507E

Black with #E5507E

Text Example


Text Example

White with #E5507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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