Html Css Color HEX #E3517D Dark Pink

📋 copy color: '#E3517D'

red 227 ◦ green 81 ◦ blue 125

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

Shades of Dark Pink #E3517D

Tints of Dark Pink #E3517D

RGB

 RED value IS 227 (89.06% from 255) = 52.42%

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

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

R = 52.42%
G = 18.71%
B = 28.87%

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

#E3517D (or 0xE3517D) is known color: Dark Pink. HEX triplet: E3, 51 and 7D. RGB value is (227,81,125). Sum of RGB (Red+Green+Blue) = 227+81+125=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E3517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3517D is #1CAE82. Grayscale: #818181. Windows color (decimal): -1879683 or 8212963. OLE color: 8212963.

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

Color convert

RGB 227 81 125 -
CMYK 0 0.64 0.45 0.11
HSL 341.92º 0.72% 0.6% -
HSV(B) 341.92º 0.64% 0.89% -
XYZ 38.32 23.7 21.96 -
YUV 129.67 125.37 197.42 -
System Red Green Blue C M Y K H S L
Decimal 227 81 125 0 0.64 0.45 0.11 341.92 0.72 0.6
Hex E3 51 7D 0 40 2D B 156 48 3C
Octal 343 121 175 0 100 55 13 526 110 74
Binary 11100011 1010001 1111101 0 1000000 101101 1011 101010110 1001000 111100

Color Harmonies of #E3517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3517D

Black with #E3517D

Text Example


Text Example

White with #E3517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3517D; }

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

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

background-color css

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

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

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

border-color css

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

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

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