Html Css Color HEX #E5547E Dark Pink

📋 copy color: '#E5547E'

red 229 ◦ green 84 ◦ blue 126

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

Shades of Dark Pink #E5547E

Tints of Dark Pink #E5547E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.13%

 BLUE value IS 126 (49.61% from 255) = 28.7%

R = 52.16%
G = 19.13%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5547E (or 0xE5547E) is known color: Dark Pink. HEX triplet: E5, 54 and 7E. RGB value is (229,84,126). Sum of RGB (Red+Green+Blue) = 229+84+126=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E5547E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5547E is #1AAB81. Grayscale: #848484. Windows color (decimal): -1747842 or 8279269. OLE color: 8279269.

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

Color convert

RGB 229 84 126 -
CMYK 0 0.63 0.45 0.10
HSL 342.62º 0.74% 0.61% -
HSV(B) 342.62º 0.63% 0.9% -
XYZ 39.25 24.51 22.4 -
YUV 132.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 229 84 126 0 0.63 0.45 0.10 342.62 0.74 0.61
Hex E5 54 7E 0 3F 2D A 157 4A 3D
Octal 345 124 176 0 77 55 12 527 112 75
Binary 11100101 1010100 1111110 0 111111 101101 1010 101010111 1001010 111101

Color Harmonies of #E5547E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5547E

Black with #E5547E

Text Example


Text Example

White with #E5547E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5547E; }

 p { color: rgb(229,84,126); }

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

background-color css

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

 a { background-color: rgb(229,84,126); }

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

border-color css

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

 span { border-color: rgb(229,84,126); }

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