Html Css Color HEX #E2518D Dark Pink

📋 copy color: '#E2518D'

red 226 ◦ green 81 ◦ blue 141

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

Shades of Dark Pink #E2518D

Tints of Dark Pink #E2518D

RGB

 RED value IS 226 (88.67% from 255) = 50.45%

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

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

R = 50.45%
G = 18.08%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2518D (or 0xE2518D) is known color: Dark Pink. HEX triplet: E2, 51 and 8D. RGB value is (226,81,141). Sum of RGB (Red+Green+Blue) = 226+81+141=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E2518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2518D is #1DAE72. Grayscale: #838383. Windows color (decimal): -1945203 or 9261538. OLE color: 9261538.

HSL color Cylindrical-coordinate representation of color #E2518D: hue angle of 335.17º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2518D is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 81 141 -
CMYK 0 0.64 0.38 0.11
HSL 335.17º 0.71% 0.6% -
HSV(B) 335.17º 0.64% 0.89% -
XYZ 39.11 23.98 27.77 -
YUV 131.2 133.54 195.62 -
System Red Green Blue C M Y K H S L
Decimal 226 81 141 0 0.64 0.38 0.11 335.17 0.71 0.6
Hex E2 51 8D 0 40 26 B 14F 47 3C
Octal 342 121 215 0 100 46 13 517 107 74
Binary 11100010 1010001 10001101 0 1000000 100110 1011 101001111 1000111 111100

Color Harmonies of #E2518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2518D

Black with #E2518D

Text Example


Text Example

White with #E2518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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