Html Css Color HEX #E5607C Dark Pink

📋 copy color: '#E5607C'

red 229 ◦ green 96 ◦ blue 124

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

Shades of Dark Pink #E5607C

Tints of Dark Pink #E5607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.38%

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

R = 51%
G = 21.38%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E5607C (or 0xE5607C) is known color: Dark Pink. HEX triplet: E5, 60 and 7C. RGB value is (229,96,124). Sum of RGB (Red+Green+Blue) = 229+96+124=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5607C is #1A9F83. Grayscale: #8A8A8A. Windows color (decimal): -1744772 or 8151269. OLE color: 8151269.

HSL color Cylindrical-coordinate representation of color #E5607C: hue angle of 347.37º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5607C is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 96 124 -
CMYK 0 0.58 0.46 0.10
HSL 347.37º 0.72% 0.64% -
HSV(B) 347.37º 0.58% 0.9% -
XYZ 40.13 26.48 22.06 -
YUV 138.96 119.56 192.22 -
System Red Green Blue C M Y K H S L
Decimal 229 96 124 0 0.58 0.46 0.10 347.37 0.72 0.64
Hex E5 60 7C 0 3A 2E A 15B 48 40
Octal 345 140 174 0 72 56 12 533 110 100
Binary 11100101 1100000 1111100 0 111010 101110 1010 101011011 1001000 1000000

Color Harmonies of #E5607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5607C

Black with #E5607C

Text Example


Text Example

White with #E5607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5607C; }

 p { color: rgb(229,96,124); }

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

background-color css

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

 a { background-color: rgb(229,96,124); }

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

border-color css

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

 span { border-color: rgb(229,96,124); }

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