#7E5184

Color #7E5184 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #7E5184

Tints of Trendy Pink #7E5184

Color information

#7E5184 (or 0x7E5184) is unknown color: approx Trendy Pink. HEX triplet: 7E, 51 and 84. RGB value is (126,81,132). Sum of RGB (Red+Green+Blue) = 126+81+132=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 132 - color contains mainly: blue. Hex color #7E5184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5184 is #81AE7B. Grayscale: #646464. Windows color (decimal): -8498812 or 8671614. OLE color: 8671614.

HSL color Cylindrical-coordinate representation of color #7E5184: hue angle of 292.94º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E5184 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12681132-
CMYK0.050.3900.48
HSL292.94º23.94%41.76%-
HSV(B)292.94º38.64%51.76%-
XYZ15.7111.9923.32-
YUV100.27145.91146.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.17%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=37.17%
G=23.89%
B=38.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126811320.050.3900.48292.9423.9441.76
Hex7E5184527030125182a
Octal1761212045470604453052
Binary1111110101000110000100101100111011000010010010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E5184; }

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

 H1.HeaderClassName
 {
   color: #7E5184;
 }
 .AnyTagClassName
 {
   color: #7E5184;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #7E5184;
 }
 .BgClassName
 {
   background-color: #7E5184;
 }
</style>
border-color css

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

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

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