Html Css Color HEX #E55983 Dark Pink

📋 copy color: '#E55983'

red 229 ◦ green 89 ◦ blue 131

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

Shades of Dark Pink #E55983

Tints of Dark Pink #E55983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.18%

R = 51%
G = 19.82%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E55983 (or 0xE55983) is known color: Dark Pink. HEX triplet: E5, 59 and 83. RGB value is (229,89,131). Sum of RGB (Red+Green+Blue) = 229+89+131=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E55983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55983 is #1AA67C. Grayscale: #878787. Windows color (decimal): -1746557 or 8608229. OLE color: 8608229.

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

Color convert

RGB 229 89 131 -
CMYK 0 0.61 0.43 0.10
HSL 342º 0.73% 0.62% -
HSV(B) 342º 0.61% 0.9% -
XYZ 39.98 25.44 24.28 -
YUV 135.65 125.38 194.58 -
System Red Green Blue C M Y K H S L
Decimal 229 89 131 0 0.61 0.43 0.10 342 0.73 0.62
Hex E5 59 83 0 3D 2B A 156 49 3E
Octal 345 131 203 0 75 53 12 526 111 76
Binary 11100101 1011001 10000011 0 111101 101011 1010 101010110 1001001 111110

Color Harmonies of #E55983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55983

Black with #E55983

Text Example


Text Example

White with #E55983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55983; }

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

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

background-color css

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

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

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

border-color css

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

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

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