Html Css Color HEX #E55985 Dark Pink

📋 copy color: '#E55985'

red 229 ◦ green 89 ◦ blue 133

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

Shades of Dark Pink #E55985

Tints of Dark Pink #E55985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.73%

 BLUE value IS 133 (52.34% from 255) = 29.49%

R = 50.78%
G = 19.73%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E55985 (or 0xE55985) is known color: Dark Pink. HEX triplet: E5, 59 and 85. RGB value is (229,89,133). Sum of RGB (Red+Green+Blue) = 229+89+133=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E55985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55985 is #1AA67A. Grayscale: #878787. Windows color (decimal): -1746555 or 8739301. OLE color: 8739301.

HSL color Cylindrical-coordinate representation of color #E55985: hue angle of 341.14º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55985 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 89 133 -
CMYK 0 0.61 0.42 0.10
HSL 341.14º 0.73% 0.62% -
HSV(B) 341.14º 0.61% 0.9% -
XYZ 40.12 25.5 25 -
YUV 135.88 126.38 194.42 -
System Red Green Blue C M Y K H S L
Decimal 229 89 133 0 0.61 0.42 0.10 341.14 0.73 0.62
Hex E5 59 85 0 3D 2A A 155 49 3E
Octal 345 131 205 0 75 52 12 525 111 76
Binary 11100101 1011001 10000101 0 111101 101010 1010 101010101 1001001 111110

Color Harmonies of #E55985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55985

Black with #E55985

Text Example


Text Example

White with #E55985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55985; }

 p { color: rgb(229,89,133); }

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

background-color css

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

 a { background-color: rgb(229,89,133); }

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

border-color css

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

 span { border-color: rgb(229,89,133); }

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