Html Css Color HEX #E7517C Dark Pink

📋 copy color: '#E7517C'

red 231 ◦ green 81 ◦ blue 124

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

Shades of Dark Pink #E7517C

Tints of Dark Pink #E7517C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.58%

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

R = 52.98%
G = 18.58%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E7517C (or 0xE7517C) is known color: Dark Pink. HEX triplet: E7, 51 and 7C. RGB value is (231,81,124). Sum of RGB (Red+Green+Blue) = 231+81+124=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E7517C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7517C is #18AE83. Grayscale: #828282. Windows color (decimal): -1617540 or 8147431. OLE color: 8147431.

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

Color convert

RGB 231 81 124 -
CMYK 0 0.65 0.46 0.09
HSL 342.8º 0.76% 0.61% -
HSV(B) 342.8º 0.65% 0.91% -
XYZ 39.54 24.33 21.68 -
YUV 130.75 124.2 199.5 -
System Red Green Blue C M Y K H S L
Decimal 231 81 124 0 0.65 0.46 0.09 342.8 0.76 0.61
Hex E7 51 7C 0 41 2E 9 157 4C 3D
Octal 347 121 174 0 101 56 11 527 114 75
Binary 11100111 1010001 1111100 0 1000001 101110 1001 101010111 1001100 111101

Color Harmonies of #E7517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7517C

Black with #E7517C

Text Example


Text Example

White with #E7517C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7517C; }

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

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

background-color css

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

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

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

border-color css

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

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

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