Html Css Color HEX #E45C7D Dark Pink

📋 copy color: '#E45C7D'

red 228 ◦ green 92 ◦ blue 125

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

Shades of Dark Pink #E45C7D

Tints of Dark Pink #E45C7D

RGB

 RED value IS 228 (89.45% from 255) = 51.24%

 GREEN value IS 92 (36.33% from 255) = 20.67%

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

R = 51.24%
G = 20.67%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E45C7D (or 0xE45C7D) is known color: Dark Pink. HEX triplet: E4, 5C and 7D. RGB value is (228,92,125). Sum of RGB (Red+Green+Blue) = 228+92+125=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45C7D is #1BA382. Grayscale: #888888. Windows color (decimal): -1811331 or 8215780. OLE color: 8215780.

HSL color Cylindrical-coordinate representation of color #E45C7D: hue angle of 345.44º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E45C7D is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 92 125 -
CMYK 0 0.60 0.45 0.11
HSL 345.44º 0.72% 0.63% -
HSV(B) 345.44º 0.6% 0.89% -
XYZ 39.52 25.63 22.27 -
YUV 136.43 121.56 193.32 -
System Red Green Blue C M Y K H S L
Decimal 228 92 125 0 0.60 0.45 0.11 345.44 0.72 0.63
Hex E4 5C 7D 0 3C 2D B 159 48 3F
Octal 344 134 175 0 74 55 13 531 110 77
Binary 11100100 1011100 1111101 0 111100 101101 1011 101011001 1001000 111111

Color Harmonies of #E45C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45C7D

Black with #E45C7D

Text Example


Text Example

White with #E45C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45C7D; }

 p { color: rgb(228,92,125); }

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

background-color css

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

 a { background-color: rgb(228,92,125); }

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

border-color css

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

 span { border-color: rgb(228,92,125); }

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