Html Css Color HEX #E55082 Dark Pink

📋 copy color: '#E55082'

red 229 ◦ green 80 ◦ blue 130

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

Shades of Dark Pink #E55082

Tints of Dark Pink #E55082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.22%

 BLUE value IS 130 (51.17% from 255) = 29.61%

R = 52.16%
G = 18.22%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E55082 (or 0xE55082) is known color: Dark Pink. HEX triplet: E5, 50 and 82. RGB value is (229,80,130). Sum of RGB (Red+Green+Blue) = 229+80+130=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E55082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55082 is #1AAF7D. Grayscale: #828282. Windows color (decimal): -1748862 or 8540389. OLE color: 8540389.

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

Color convert

RGB 229 80 130 -
CMYK 0 0.65 0.43 0.10
HSL 339.87º 0.74% 0.61% -
HSV(B) 339.87º 0.65% 0.9% -
XYZ 39.21 24.01 23.69 -
YUV 130.25 127.86 198.43 -
System Red Green Blue C M Y K H S L
Decimal 229 80 130 0 0.65 0.43 0.10 339.87 0.74 0.61
Hex E5 50 82 0 41 2B A 154 4A 3D
Octal 345 120 202 0 101 53 12 524 112 75
Binary 11100101 1010000 10000010 0 1000001 101011 1010 101010100 1001010 111101

Color Harmonies of #E55082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55082

Black with #E55082

Text Example


Text Example

White with #E55082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55082; }

 p { color: rgb(229,80,130); }

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

background-color css

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

 a { background-color: rgb(229,80,130); }

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

border-color css

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

 span { border-color: rgb(229,80,130); }

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