Html Css Color HEX #E4517D Dark Pink

📋 copy color: '#E4517D'

red 228 ◦ green 81 ◦ blue 125

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

Shades of Dark Pink #E4517D

Tints of Dark Pink #E4517D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.8%

R = 52.53%
G = 18.66%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E4517D (or 0xE4517D) is known color: Dark Pink. HEX triplet: E4, 51 and 7D. RGB value is (228,81,125). Sum of RGB (Red+Green+Blue) = 228+81+125=434 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.53% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 228 - color contains mainly: red. Hex color #E4517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4517D is #1BAE82. Grayscale: #818181. Windows color (decimal): -1814147 or 8212964. OLE color: 8212964.

HSL color Cylindrical-coordinate representation of color #E4517D: hue angle of 342.04º 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 #E4517D is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 81 125 -
CMYK 0 0.64 0.45 0.11
HSL 342.04º 0.73% 0.61% -
HSV(B) 342.04º 0.64% 0.89% -
XYZ 38.64 23.86 21.97 -
YUV 129.97 125.2 197.92 -
System Red Green Blue C M Y K H S L
Decimal 228 81 125 0 0.64 0.45 0.11 342.04 0.73 0.61
Hex E4 51 7D 0 40 2D B 156 49 3D
Octal 344 121 175 0 100 55 13 526 111 75
Binary 11100100 1010001 1111101 0 1000000 101101 1011 101010110 1001001 111101

Color Harmonies of #E4517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4517D

Black with #E4517D

Text Example


Text Example

White with #E4517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4517D; }

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

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

background-color css

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

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

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

border-color css

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

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

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