Html Css Color HEX #E5627D Dark Pink

📋 copy color: '#E5627D'

red 229 ◦ green 98 ◦ blue 125

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

Shades of Dark Pink #E5627D

Tints of Dark Pink #E5627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.68%

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

R = 50.66%
G = 21.68%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5627D (or 0xE5627D) is known color: Dark Pink. HEX triplet: E5, 62 and 7D. RGB value is (229,98,125). Sum of RGB (Red+Green+Blue) = 229+98+125=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5627D is #1A9D82. Grayscale: #8C8C8C. Windows color (decimal): -1744259 or 8217317. OLE color: 8217317.

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

Color convert

RGB 229 98 125 -
CMYK 0 0.57 0.45 0.10
HSL 347.63º 0.72% 0.64% -
HSV(B) 347.63º 0.57% 0.9% -
XYZ 40.38 26.87 22.46 -
YUV 140.25 119.4 191.3 -
System Red Green Blue C M Y K H S L
Decimal 229 98 125 0 0.57 0.45 0.10 347.63 0.72 0.64
Hex E5 62 7D 0 39 2D A 15C 48 40
Octal 345 142 175 0 71 55 12 534 110 100
Binary 11100101 1100010 1111101 0 111001 101101 1010 101011100 1001000 1000000

Color Harmonies of #E5627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5627D

Black with #E5627D

Text Example


Text Example

White with #E5627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5627D; }

 p { color: rgb(229,98,125); }

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

background-color css

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

 a { background-color: rgb(229,98,125); }

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

border-color css

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

 span { border-color: rgb(229,98,125); }

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