Html Css Color HEX #E55B7D Dark Pink

📋 copy color: '#E55B7D'

red 229 ◦ green 91 ◦ blue 125

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

Shades of Dark Pink #E55B7D

Tints of Dark Pink #E55B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.45%

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

R = 51.46%
G = 20.45%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E55B7D (or 0xE55B7D) is known color: Dark Pink. HEX triplet: E5, 5B and 7D. RGB value is (229,91,125). Sum of RGB (Red+Green+Blue) = 229+91+125=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E55B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55B7D is #1AA482. Grayscale: #888888. Windows color (decimal): -1746051 or 8215525. OLE color: 8215525.

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

Color convert

RGB 229 91 125 -
CMYK 0 0.60 0.45 0.10
HSL 345.22º 0.73% 0.63% -
HSV(B) 345.22º 0.6% 0.9% -
XYZ 39.76 25.62 22.25 -
YUV 136.14 121.72 194.24 -
System Red Green Blue C M Y K H S L
Decimal 229 91 125 0 0.60 0.45 0.10 345.22 0.73 0.63
Hex E5 5B 7D 0 3C 2D A 159 49 3F
Octal 345 133 175 0 74 55 12 531 111 77
Binary 11100101 1011011 1111101 0 111100 101101 1010 101011001 1001001 111111

Color Harmonies of #E55B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55B7D

Black with #E55B7D

Text Example


Text Example

White with #E55B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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