Html Css Color HEX #E55682 Dark Pink

📋 copy color: '#E55682'

red 229 ◦ green 86 ◦ blue 130

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

Shades of Dark Pink #E55682

Tints of Dark Pink #E55682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.33%

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

R = 51.46%
G = 19.33%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E55682 (or 0xE55682) is known color: Dark Pink. HEX triplet: E5, 56 and 82. RGB value is (229,86,130). Sum of RGB (Red+Green+Blue) = 229+86+130=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E55682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55682 is #1AA97D. Grayscale: #858585. Windows color (decimal): -1747326 or 8541925. OLE color: 8541925.

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

Color convert

RGB 229 86 130 -
CMYK 0 0.62 0.43 0.10
HSL 341.54º 0.73% 0.62% -
HSV(B) 341.54º 0.62% 0.9% -
XYZ 39.67 24.93 23.84 -
YUV 133.77 125.88 195.92 -
System Red Green Blue C M Y K H S L
Decimal 229 86 130 0 0.62 0.43 0.10 341.54 0.73 0.62
Hex E5 56 82 0 3E 2B A 156 49 3E
Octal 345 126 202 0 76 53 12 526 111 76
Binary 11100101 1010110 10000010 0 111110 101011 1010 101010110 1001001 111110

Color Harmonies of #E55682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55682

Black with #E55682

Text Example


Text Example

White with #E55682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55682; }

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

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

background-color css

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

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

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

border-color css

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

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

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