Html Css Color HEX #E55B76 Dark Pink

📋 copy color: '#E55B76'

red 229 ◦ green 91 ◦ blue 118

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

Shades of Dark Pink #E55B76

Tints of Dark Pink #E55B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.94%

R = 52.28%
G = 20.78%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E55B76 (or 0xE55B76) is known color: Dark Pink. HEX triplet: E5, 5B and 76. RGB value is (229,91,118). Sum of RGB (Red+Green+Blue) = 229+91+118=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E55B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55B76 is #1AA489. Grayscale: #878787. Windows color (decimal): -1746058 or 7756773. OLE color: 7756773.

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

Color convert

RGB 229 91 118 -
CMYK 0 0.60 0.48 0.10
HSL 348.26º 0.73% 0.63% -
HSV(B) 348.26º 0.6% 0.9% -
XYZ 39.32 25.45 19.98 -
YUV 135.34 118.22 194.8 -
System Red Green Blue C M Y K H S L
Decimal 229 91 118 0 0.60 0.48 0.10 348.26 0.73 0.63
Hex E5 5B 76 0 3C 30 A 15C 49 3F
Octal 345 133 166 0 74 60 12 534 111 77
Binary 11100101 1011011 1110110 0 111100 110000 1010 101011100 1001001 111111

Color Harmonies of #E55B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55B76

Black with #E55B76

Text Example


Text Example

White with #E55B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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