Html Css Color HEX #E5507F Dark Pink

📋 copy color: '#E5507F'

red 229 ◦ green 80 ◦ blue 127

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

Shades of Dark Pink #E5507F

Tints of Dark Pink #E5507F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.13%

R = 52.52%
G = 18.35%
B = 29.13%

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

#E5507F (or 0xE5507F) is known color: Dark Pink. HEX triplet: E5, 50 and 7F. RGB value is (229,80,127). Sum of RGB (Red+Green+Blue) = 229+80+127=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5507F is #1AAF80. Grayscale: #818181. Windows color (decimal): -1748865 or 8343781. OLE color: 8343781.

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

Color convert

RGB 229 80 127 -
CMYK 0 0.65 0.45 0.10
HSL 341.07º 0.74% 0.61% -
HSV(B) 341.07º 0.65% 0.9% -
XYZ 39.01 23.93 22.64 -
YUV 129.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 229 80 127 0 0.65 0.45 0.10 341.07 0.74 0.61
Hex E5 50 7F 0 41 2D A 155 4A 3D
Octal 345 120 177 0 101 55 12 525 112 75
Binary 11100101 1010000 1111111 0 1000001 101101 1010 101010101 1001010 111101

Color Harmonies of #E5507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5507F

Black with #E5507F

Text Example


Text Example

White with #E5507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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