Html Css Color HEX #E55C74 Dark Pink

📋 copy color: '#E55C74'

red 229 ◦ green 92 ◦ blue 116

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

Shades of Dark Pink #E55C74

Tints of Dark Pink #E55C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.54%

R = 52.4%
G = 21.05%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E55C74 (or 0xE55C74) is known color: Dark Pink. HEX triplet: E5, 5C and 74. RGB value is (229,92,116). Sum of RGB (Red+Green+Blue) = 229+92+116=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55C74 is #1AA38B. Grayscale: #878787. Windows color (decimal): -1745804 or 7625957. OLE color: 7625957.

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

Color convert

RGB 229 92 116 -
CMYK 0 0.60 0.49 0.10
HSL 349.49º 0.72% 0.63% -
HSV(B) 349.49º 0.6% 0.9% -
XYZ 39.29 25.57 19.39 -
YUV 135.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 229 92 116 0 0.60 0.49 0.10 349.49 0.72 0.63
Hex E5 5C 74 0 3C 31 A 15D 48 3F
Octal 345 134 164 0 74 61 12 535 110 77
Binary 11100101 1011100 1110100 0 111100 110001 1010 101011101 1001000 111111

Color Harmonies of #E55C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55C74

Black with #E55C74

Text Example


Text Example

White with #E55C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55C74; }

 p { color: rgb(229,92,116); }

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

background-color css

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

 a { background-color: rgb(229,92,116); }

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

border-color css

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

 span { border-color: rgb(229,92,116); }

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