Html Css Color HEX #E4518C Dark Pink

📋 copy color: '#E4518C'

red 228 ◦ green 81 ◦ blue 140

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

Shades of Dark Pink #E4518C

Tints of Dark Pink #E4518C

RGB

 RED value IS 228 (89.45% from 255) = 50.78%

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

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

R = 50.78%
G = 18.04%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E4518C (or 0xE4518C) is known color: Dark Pink. HEX triplet: E4, 51 and 8C. RGB value is (228,81,140). Sum of RGB (Red+Green+Blue) = 228+81+140=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E4518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4518C is #1BAE73. Grayscale: #838383. Windows color (decimal): -1814132 or 9196004. OLE color: 9196004.

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

Color convert

RGB 228 81 140 -
CMYK 0 0.64 0.39 0.11
HSL 335.92º 0.73% 0.61% -
HSV(B) 335.92º 0.64% 0.89% -
XYZ 39.67 24.27 27.41 -
YUV 131.68 132.7 196.7 -
System Red Green Blue C M Y K H S L
Decimal 228 81 140 0 0.64 0.39 0.11 335.92 0.73 0.61
Hex E4 51 8C 0 40 27 B 150 49 3D
Octal 344 121 214 0 100 47 13 520 111 75
Binary 11100100 1010001 10001100 0 1000000 100111 1011 101010000 1001001 111101

Color Harmonies of #E4518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4518C

Black with #E4518C

Text Example


Text Example

White with #E4518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4518C; }

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

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

background-color css

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

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

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

border-color css

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

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

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