Html Css Color HEX #E7518D Dark Pink

📋 copy color: '#E7518D'

red 231 ◦ green 81 ◦ blue 141

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

Shades of Dark Pink #E7518D

Tints of Dark Pink #E7518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.13%

R = 50.99%
G = 17.88%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E7518D (or 0xE7518D) is known color: Dark Pink. HEX triplet: E7, 51 and 8D. RGB value is (231,81,141). Sum of RGB (Red+Green+Blue) = 231+81+141=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E7518D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7518D is #18AE72. Grayscale: #848484. Windows color (decimal): -1617523 or 9261543. OLE color: 9261543.

HSL color Cylindrical-coordinate representation of color #E7518D: hue angle of 336º 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 #E7518D is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 81 141 -
CMYK 0 0.65 0.39 0.09
HSL 336º 0.76% 0.61% -
HSV(B) 336º 0.65% 0.91% -
XYZ 40.71 24.8 27.84 -
YUV 132.69 132.7 198.12 -
System Red Green Blue C M Y K H S L
Decimal 231 81 141 0 0.65 0.39 0.09 336 0.76 0.61
Hex E7 51 8D 0 41 27 9 150 4C 3D
Octal 347 121 215 0 101 47 11 520 114 75
Binary 11100111 1010001 10001101 0 1000001 100111 1001 101010000 1001100 111101

Color Harmonies of #E7518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7518D

Black with #E7518D

Text Example


Text Example

White with #E7518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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