Html Css Color HEX #E55D7B Dark Pink

📋 copy color: '#E55D7B'

red 229 ◦ green 93 ◦ blue 123

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

Shades of Dark Pink #E55D7B

Tints of Dark Pink #E55D7B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.9%

 BLUE value IS 123 (48.44% from 255) = 27.64%

R = 51.46%
G = 20.9%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E55D7B (or 0xE55D7B) is known color: Dark Pink. HEX triplet: E5, 5D and 7B. RGB value is (229,93,123). Sum of RGB (Red+Green+Blue) = 229+93+123=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55D7B is #1AA284. Grayscale: #898989. Windows color (decimal): -1745541 or 8084965. OLE color: 8084965.

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

Color convert

RGB 229 93 123 -
CMYK 0 0.59 0.46 0.10
HSL 346.76º 0.72% 0.63% -
HSV(B) 346.76º 0.59% 0.9% -
XYZ 39.8 25.92 21.64 -
YUV 137.08 120.06 193.56 -
System Red Green Blue C M Y K H S L
Decimal 229 93 123 0 0.59 0.46 0.10 346.76 0.72 0.63
Hex E5 5D 7B 0 3B 2E A 15B 48 3F
Octal 345 135 173 0 73 56 12 533 110 77
Binary 11100101 1011101 1111011 0 111011 101110 1010 101011011 1001000 111111

Color Harmonies of #E55D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55D7B

Black with #E55D7B

Text Example


Text Example

White with #E55D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55D7B; }

 p { color: rgb(229,93,123); }

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

background-color css

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

 a { background-color: rgb(229,93,123); }

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

border-color css

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

 span { border-color: rgb(229,93,123); }

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