Html Css Color HEX #E7518C Dark Pink

📋 copy color: '#E7518C'

red 231 ◦ green 81 ◦ blue 140

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

Shades of Dark Pink #E7518C

Tints of Dark Pink #E7518C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.97%

R = 51.11%
G = 17.92%
B = 30.97%

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

#E7518C (or 0xE7518C) is known color: Dark Pink. HEX triplet: E7, 51 and 8C. RGB value is (231,81,140). Sum of RGB (Red+Green+Blue) = 231+81+140=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E7518C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7518C is #18AE73. Grayscale: #848484. Windows color (decimal): -1617524 or 9196007. OLE color: 9196007.

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

Color convert

RGB 231 81 140 -
CMYK 0 0.65 0.39 0.09
HSL 336.4º 0.76% 0.61% -
HSV(B) 336.4º 0.65% 0.91% -
XYZ 40.63 24.77 27.45 -
YUV 132.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 231 81 140 0 0.65 0.39 0.09 336.4 0.76 0.61
Hex E7 51 8C 0 41 27 9 150 4C 3D
Octal 347 121 214 0 101 47 11 520 114 75
Binary 11100111 1010001 10001100 0 1000001 100111 1001 101010000 1001100 111101

Color Harmonies of #E7518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7518C

Black with #E7518C

Text Example


Text Example

White with #E7518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7518C; }

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

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

background-color css

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

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

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

border-color css

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

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

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