Html Css Color HEX #E55C75 Dark Pink

📋 copy color: '#E55C75'

red 229 ◦ green 92 ◦ blue 117

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

Shades of Dark Pink #E55C75

Tints of Dark Pink #E55C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.71%

R = 52.28%
G = 21%
B = 26.71%

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

#E55C75 (or 0xE55C75) is known color: Dark Pink. HEX triplet: E5, 5C and 75. RGB value is (229,92,117). Sum of RGB (Red+Green+Blue) = 229+92+117=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55C75 is #1AA38A. Grayscale: #878787. Windows color (decimal): -1745803 or 7691493. OLE color: 7691493.

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

Color convert

RGB 229 92 117 -
CMYK 0 0.60 0.49 0.10
HSL 349.05º 0.72% 0.63% -
HSV(B) 349.05º 0.6% 0.9% -
XYZ 39.35 25.6 19.7 -
YUV 135.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 229 92 117 0 0.60 0.49 0.10 349.05 0.72 0.63
Hex E5 5C 75 0 3C 31 A 15D 48 3F
Octal 345 134 165 0 74 61 12 535 110 77
Binary 11100101 1011100 1110101 0 111100 110001 1010 101011101 1001000 111111

Color Harmonies of #E55C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55C75

Black with #E55C75

Text Example


Text Example

White with #E55C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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