Html Css Color HEX #E7547C Dark Pink

📋 copy color: '#E7547C'

red 231 ◦ green 84 ◦ blue 124

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

Shades of Dark Pink #E7547C

Tints of Dark Pink #E7547C

RGB

 RED value IS 231 (90.63% from 255) = 52.62%

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

 BLUE value IS 124 (48.83% from 255) = 28.25%

R = 52.62%
G = 19.13%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E7547C (or 0xE7547C) is known color: Dark Pink. HEX triplet: E7, 54 and 7C. RGB value is (231,84,124). Sum of RGB (Red+Green+Blue) = 231+84+124=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7547C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7547C is #18AB83. Grayscale: #848484. Windows color (decimal): -1616772 or 8148199. OLE color: 8148199.

HSL color Cylindrical-coordinate representation of color #E7547C: hue angle of 343.67º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E7547C is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 84 124 -
CMYK 0 0.64 0.46 0.09
HSL 343.67º 0.75% 0.62% -
HSV(B) 343.67º 0.64% 0.91% -
XYZ 39.76 24.78 21.76 -
YUV 132.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 231 84 124 0 0.64 0.46 0.09 343.67 0.75 0.62
Hex E7 54 7C 0 40 2E 9 158 4B 3E
Octal 347 124 174 0 100 56 11 530 113 76
Binary 11100111 1010100 1111100 0 1000000 101110 1001 101011000 1001011 111110

Color Harmonies of #E7547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7547C

Black with #E7547C

Text Example


Text Example

White with #E7547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7547C; }

 p { color: rgb(231,84,124); }

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

background-color css

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

 a { background-color: rgb(231,84,124); }

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

border-color css

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

 span { border-color: rgb(231,84,124); }

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