Html Css Color HEX #E3517E Dark Pink

📋 copy color: '#E3517E'

red 227 ◦ green 81 ◦ blue 126

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

Shades of Dark Pink #E3517E

Tints of Dark Pink #E3517E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.03%

R = 52.3%
G = 18.66%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E3517E (or 0xE3517E) is known color: Dark Pink. HEX triplet: E3, 51 and 7E. RGB value is (227,81,126). Sum of RGB (Red+Green+Blue) = 227+81+126=434 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.30% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 227 - color contains mainly: red. Hex color #E3517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3517E is #1CAE81. Grayscale: #818181. Windows color (decimal): -1879682 or 8278499. OLE color: 8278499.

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

Color convert

RGB 227 81 126 -
CMYK 0 0.64 0.44 0.11
HSL 341.51º 0.72% 0.6% -
HSV(B) 341.51º 0.64% 0.89% -
XYZ 38.39 23.72 22.29 -
YUV 129.78 125.87 197.34 -
System Red Green Blue C M Y K H S L
Decimal 227 81 126 0 0.64 0.44 0.11 341.51 0.72 0.6
Hex E3 51 7E 0 40 2C B 156 48 3C
Octal 343 121 176 0 100 54 13 526 110 74
Binary 11100011 1010001 1111110 0 1000000 101100 1011 101010110 1001000 111100

Color Harmonies of #E3517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3517E

Black with #E3517E

Text Example


Text Example

White with #E3517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3517E; }

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

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

background-color css

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

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

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

border-color css

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

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

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